mirror of
https://github.com/hexastack/hexabot
synced 2025-06-26 18:27:28 +00:00
feat: refactor helpers (nlu)
This commit is contained in:
@@ -13,7 +13,6 @@ import { MongooseModule } from '@nestjs/mongoose';
|
||||
import { AttachmentModule } from '@/attachment/attachment.module';
|
||||
import { ChannelModule } from '@/channel/channel.module';
|
||||
import { CmsModule } from '@/cms/cms.module';
|
||||
import { NlpModule } from '@/nlp/nlp.module';
|
||||
import { UserModule } from '@/user/user.module';
|
||||
|
||||
import { BlockController } from './controllers/block.controller';
|
||||
@@ -63,7 +62,6 @@ import { SubscriberService } from './services/subscriber.service';
|
||||
forwardRef(() => ChannelModule),
|
||||
CmsModule,
|
||||
AttachmentModule,
|
||||
NlpModule,
|
||||
EventEmitter2,
|
||||
UserModule,
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user