2
0

🐛 (whatsapp) Fix force create session when flow is completed at first round

This commit is contained in:
Baptiste Arnaud
2023-10-03 16:06:37 +02:00
parent a7b784b446
commit bf051bebde
3 changed files with 6 additions and 5 deletions

View File

@ -98,7 +98,7 @@ export const resumeWhatsAppFlow = async ({
})
await saveStateToDatabase({
isFirstSave: !session,
forceCreateSession: !session && isDefined(input),
clientSideActions: [],
input,
logs,