We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0e4c02a + fdf8478 commit de8ea66Copy full SHA for de8ea66
1 file changed
src/whatsapp/controllers/instance.controller.ts
@@ -302,5 +302,7 @@ export class InstanceController {
302
req.session[instance.instanceName] = Buffer.from(JSON.stringify(token)).toString(
303
'base64',
304
);
305
+
306
+ return token;
307
}
308
0 commit comments