Skip to content

Commit fdf8478

Browse files
committed
fix: return refreshToken
1 parent bea3985 commit fdf8478

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/whatsapp/controllers/instance.controller.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -302,5 +302,7 @@ export class InstanceController {
302302
req.session[instance.instanceName] = Buffer.from(JSON.stringify(token)).toString(
303303
'base64',
304304
);
305+
306+
return token;
305307
}
306308
}

0 commit comments

Comments
 (0)