mirror of
https://github.com/hexastack/hexabot
synced 2025-03-12 07:03:07 +00:00
Merge pull request #289 from Hexastack/fix/chat-module-export-conversation-service
fix(api): chat.module.ts export conversationService
This commit is contained in:
commit
3144d39d53
@ -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