mirror of
https://github.com/hexastack/hexabot
synced 2025-02-17 01:57:13 +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,
|
||||
BotService,
|
||||
],
|
||||
exports: [SubscriberService, MessageService, LabelService, BlockService],
|
||||
exports: [
|
||||
SubscriberService,
|
||||
MessageService,
|
||||
LabelService,
|
||||
BlockService,
|
||||
ConversationService,
|
||||
],
|
||||
})
|
||||
export class ChatModule {}
|
||||
|
Loading…
Reference in New Issue
Block a user