Skip to content

Commit 75be31b

Browse files
committed
fix: rebuild
1 parent e31b34a commit 75be31b

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
@@ -391,7 +391,7 @@ export default class BulkAiFlowPlugin extends AdminForthPlugin {
391391
}
392392
}
393393
try {
394-
const AuditLogPlugin = this.adminforth.getPluginByClassName('AuditLogPlugin');
394+
const AuditLogPlugin:any = this.adminforth.getPluginByClassName('AuditLogPlugin');
395395
if (AuditLogPlugin) {
396396

397397
for (const [key, value] of Object.entries(oldRecord)) {

0 commit comments

Comments
 (0)