Skip to content

Commit 0ed9346

Browse files
committed
fix: rename class BulkAiFlow to BulkAiFlowPlugin
1 parent 8d75d93 commit 0ed9346

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
@@ -5,7 +5,7 @@ import { json } from "stream/consumers";
55
import Handlebars from 'handlebars';
66

77

8-
export default class BulkAiFlow extends AdminForthPlugin {
8+
export default class BulkAiFlowPlugin extends AdminForthPlugin {
99
options: PluginOptions;
1010

1111
constructor(options: PluginOptions) {

0 commit comments

Comments
 (0)