mirror of
https://github.com/hexastack/hexabot
synced 2025-06-26 18:27:28 +00:00
fix: correct linting
This commit is contained in:
parent
999b63469b
commit
89c46e9948
@ -16,9 +16,9 @@ import { AttachmentModel } from '@/attachment/schemas/attachment.schema';
|
||||
import { AttachmentService } from '@/attachment/services/attachment.service';
|
||||
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 { NlpModule } from '@/nlp/nlp.module';
|
||||
import { BlockController } from './controllers/block.controller';
|
||||
import { CategoryController } from './controllers/category.controller';
|
||||
import { ContextVarController } from './controllers/context-var.controller';
|
||||
@ -110,4 +110,3 @@ import { SubscriberService } from './services/subscriber.service';
|
||||
],
|
||||
})
|
||||
export class ChatModule {}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user