We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4a33e2 commit f069a41Copy full SHA for f069a41
src/whatsapp/services/whatsapp.service.ts
@@ -3427,7 +3427,7 @@ export class WAStartupService {
3427
await this.client.updateProfilePicture(this.instance.wuid, pic);
3428
this.logger.verbose('Profile picture updated');
3429
3430
- this.reloadConnection();
+ await this.reloadConnection();
3431
3432
return { update: 'success' };
3433
} catch (error) {
0 commit comments