Skip to content

Commit aa44736

Browse files
committed
fix: rebuild
1 parent f00071f commit aa44736

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

live-demo/app/resources/users.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const blockDemoUsers = async ({ record, adminUser, resource }) => {
77
return { ok: false, error: "You can't do this on demo.adminforth.dev" }
88
}
99
return { ok: true };
10-
}
10+
}
1111
export default {
1212
dataSource: 'maindb',
1313
table: 'users',

0 commit comments

Comments
 (0)