mirror of
https://github.com/hexastack/hexabot
synced 2025-01-22 10:35:37 +00:00
fix: add await in request
This commit is contained in:
parent
7771969deb
commit
4248df0f67
@ -199,7 +199,7 @@ export class ConversationService extends BaseService<
|
||||
|
||||
//TODO: add check if nothing changed don't update
|
||||
|
||||
this.subscriberService.updateOne(convo.sender, {
|
||||
await this.subscriberService.updateOne(convo.sender, {
|
||||
context: profile.context,
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user