Skip to content

Commit 6377ae7

Browse files
committed
docs: fix docs example for the actions
1 parent 305bbc2 commit 6377ae7

File tree

1 file changed

+1
-1
lines changed
  • adminforth/documentation/docs/tutorial/03-Customization

1 file changed

+1
-1
lines changed

adminforth/documentation/docs/tutorial/03-Customization/09-Actions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ import { admin } from '../index';
204204
//diff-add
205205
await stmt.run(...selectedIds);
206206
//diff-add
207-
return { ok: true, error: false, successMessage: `Marked ${selectedIds.length} apartments as listed` };
207+
return { ok: true, successMessage: `Marked ${selectedIds.length} apartments as listed` };
208208
//diff-add
209209
},
210210
//diff-add

0 commit comments

Comments
 (0)