Skip to content

Commit 129009d

Browse files
committed
Update typebot.service.ts
1 parent c656bd6 commit 129009d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/whatsapp/services/typebot.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,10 +223,10 @@ export class TypebotService {
223223
createdAt: Date.now(),
224224
updateAt: Date.now(),
225225
prefilledVariables: {
226-
...data.prefilledVariables,
227226
remoteJid: data.remoteJid,
228227
pushName: data.pushName || 'Default Name',
229228
instanceName: instance.instanceName,
229+
...data.prefilledVariables,
230230
}
231231
});
232232

0 commit comments

Comments
 (0)