Skip to content

Commit f70dbbf

Browse files
author
jrclber
committed
extension of the delay for qrcode return
1 parent 53050ad commit f70dbbf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/whatsapp/controllers/instance.controller.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ export class InstanceController {
133133
case 'close':
134134
await instance.loadWebhook();
135135
await instance.connectToWhatsapp();
136-
await delay(2000);
136+
await delay(3000);
137137
return instance.qrCode;
138138
case 'connecting':
139139
return instance.qrCode;

0 commit comments

Comments
 (0)