We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 129009d commit 7447a65Copy full SHA for 7447a65
src/whatsapp/services/typebot.service.ts
@@ -205,10 +205,10 @@ export class TypebotService {
205
startParams: {
206
typebot: data.typebot,
207
prefilledVariables: {
208
+ ...data.prefilledVariables,
209
remoteJid: data.remoteJid,
210
pushName: data.pushName || 'Default Name',
211
instanceName: instance.instanceName,
- ...data.prefilledVariables,
212
},
213
214
};
@@ -223,10 +223,10 @@ export class TypebotService {
223
createdAt: Date.now(),
224
updateAt: Date.now(),
225
226
227
228
229
230
}
231
});
232
0 commit comments