Skip to content

Commit 9b59197

Browse files
committed
fix: correct variable reference from model to module in MMakeFactory run method
1 parent 46db84d commit 9b59197

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

commands/make/factory.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export default class MMakeFactory extends MakeFactory {
1212
declare module: string
1313

1414
override async run() {
15-
if (!this.model) {
15+
if (!this.module) {
1616
return super.run()
1717
}
1818

0 commit comments

Comments
 (0)