mirror of
https://github.com/hexastack/hexabot
synced 2025-06-26 18:27:28 +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
|
//TODO: add check if nothing changed don't update
|
||||||
|
|
||||||
this.subscriberService.updateOne(convo.sender, {
|
await this.subscriberService.updateOne(convo.sender, {
|
||||||
context: profile.context,
|
context: profile.context,
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user