feat: new manager

This commit is contained in:
Davidson Gomes
2023-12-11 15:31:43 -03:00
parent 87baec5ff8
commit 324d46120b
5 changed files with 6 additions and 2 deletions

View File

@@ -3423,6 +3423,7 @@ export class WAStartupService {
} else {
throw new BadRequestException('"profilePicture" must be a url or a base64');
}
await this.client.updateProfilePicture(this.instance.wuid, pic);
this.logger.verbose('Profile picture updated');