File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -16,9 +16,9 @@ import { AttachmentModel } from '@/attachment/schemas/attachment.schema';
16
16
import { AttachmentService } from '@/attachment/services/attachment.service' ;
17
17
import { ChannelModule } from '@/channel/channel.module' ;
18
18
import { CmsModule } from '@/cms/cms.module' ;
19
+ import { NlpModule } from '@/nlp/nlp.module' ;
19
20
import { UserModule } from '@/user/user.module' ;
20
21
21
- import { NlpModule } from '@/nlp/nlp.module' ;
22
22
import { BlockController } from './controllers/block.controller' ;
23
23
import { CategoryController } from './controllers/category.controller' ;
24
24
import { ContextVarController } from './controllers/context-var.controller' ;
@@ -110,4 +110,3 @@ import { SubscriberService } from './services/subscriber.service';
110
110
] ,
111
111
} )
112
112
export class ChatModule { }
113
-
You can’t perform that action at this time.
0 commit comments