2
0

🚑 Add missing await on executeGroup

This commit is contained in:
Baptiste Arnaud
2023-08-07 15:37:31 +02:00
parent af1bee8756
commit 2c4762b57f

View File

@ -145,7 +145,8 @@ export const continueBotFlow =
formattedReply !== reply ? formattedReply : undefined, formattedReply !== reply ? formattedReply : undefined,
} }
const chatReply = executeGroup(newSessionState)(nextGroup.group) const chatReply = await executeGroup(newSessionState)(nextGroup.group)
return { return {
...chatReply, ...chatReply,
lastMessageNewFormat: lastMessageNewFormat: