Skip to content

Commit 17be1d8

Browse files
committed
docs: // } fix
1 parent a5a7c29 commit 17be1d8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

adminforth/documentation/docs/tutorial/09-Plugins/28-CRUD-approve.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ async function sendChangeToApproval({
258258
//diff-add
259259
return { ok: true };
260260
//diff-add
261-
// }
261+
}
262262
//diff-add
263263
//diff-add
264264
const pkColumnName = resource.columns.find((column: any) => column.primaryKey)?.name || 'id';

0 commit comments

Comments
 (0)