🐛 (wa) Fix WhatsApp session stuck if state object is empty
Closes #1513
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
import prisma from '@typebot.io/lib/prisma'
|
||||
|
||||
export const removeIsReplyingInChatSession = async (id: string) =>
|
||||
prisma.chatSession.updateMany({
|
||||
where: { id },
|
||||
data: { isReplying: false },
|
||||
})
|
||||
Reference in New Issue
Block a user