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

@ -66,7 +66,6 @@ export const sendMessage = publicProcedure
state: newSessionState,
})
: await saveStateToDatabase({
isFirstSave: true,
session: {
state: newSessionState,
},