We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bea3985 commit fdf8478Copy full SHA for fdf8478
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