Skip to content

Commit 1b33b65

Browse files
committed
fix: remove optional type from extra parameter in AdminForth class
1 parent eded8d1 commit 1b33b65

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

adminforth/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -828,7 +828,7 @@ class AdminForth implements IAdminForth {
828828
actionId: string,
829829
recordId: string | number,
830830
adminUser: AdminUser,
831-
extra?: Record<string, any>,
831+
extra,
832832
response?: any,
833833
tr?: any,
834834
}) {

0 commit comments

Comments
 (0)