Skip to content

Commit 89c46e9

Browse files
author
MohamedAliBouhaouala
committed
fix: correct linting
1 parent 999b634 commit 89c46e9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

api/src/chat/chat.module.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ import { AttachmentModel } from '@/attachment/schemas/attachment.schema';
1616
import { AttachmentService } from '@/attachment/services/attachment.service';
1717
import { ChannelModule } from '@/channel/channel.module';
1818
import { CmsModule } from '@/cms/cms.module';
19+
import { NlpModule } from '@/nlp/nlp.module';
1920
import { UserModule } from '@/user/user.module';
2021

21-
import { NlpModule } from '@/nlp/nlp.module';
2222
import { BlockController } from './controllers/block.controller';
2323
import { CategoryController } from './controllers/category.controller';
2424
import { ContextVarController } from './controllers/context-var.controller';
@@ -110,4 +110,3 @@ import { SubscriberService } from './services/subscriber.service';
110110
],
111111
})
112112
export class ChatModule {}
113-

0 commit comments

Comments
 (0)