We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d14505d + 8e88f00 commit 87a8e25Copy full SHA for 87a8e25
1 file changed
src/whatsapp/services/typebot.service.ts
@@ -69,7 +69,7 @@ export class TypebotService {
69
session.status = status;
70
}
71
});
72
- } else {
+ } else if (status === 'paused') {
73
const session: Session = {
74
remoteJid: remoteJid,
75
sessionId: Math.floor(Math.random() * 10000000000).toString(),
0 commit comments