mirror of
https://github.com/hexastack/hexabot
synced 2025-02-21 11:57:34 +00:00
fix(api): chat.module.ts export conversationService
This commit is contained in:
parent
94afdd6c41
commit
53f4f28604
@ -93,6 +93,12 @@ import { SubscriberService } from './services/subscriber.service';
|
|||||||
ChatService,
|
ChatService,
|
||||||
BotService,
|
BotService,
|
||||||
],
|
],
|
||||||
exports: [SubscriberService, MessageService, LabelService, BlockService],
|
exports: [
|
||||||
|
SubscriberService,
|
||||||
|
MessageService,
|
||||||
|
LabelService,
|
||||||
|
BlockService,
|
||||||
|
ConversationService,
|
||||||
|
],
|
||||||
})
|
})
|
||||||
export class ChatModule {}
|
export class ChatModule {}
|
||||||
|
Loading…
Reference in New Issue
Block a user