Skip to content

Commit d94f1a7

Browse files
committed
fix: rebuild
1 parent 32027d3 commit d94f1a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ export default class InlineCreatePlugin extends AdminForthPlugin {
6666
server.endpoint({
6767
method: 'POST',
6868
path: `/plugin/${this.pluginInstanceId}/create`,
69-
handler: async ({ body, adminforth, adminUser }) => {
69+
handler: async ({ body, adminUser }) => {
7070
const { record, resourceId } = body;
7171

7272
const resource = this.adminforth.config.resources.find(r => r.resourceId === resourceId);

0 commit comments

Comments
 (0)