Update monitor.service.ts

This commit is contained in:
Francis Breit 2023-09-20 08:26:31 -03:00 committed by GitHub
parent c2d57f38fb
commit 8932fd0ada
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -108,7 +108,8 @@ export class WAMonitoringService {
profileName: (await value.getProfileName()) || 'not loaded',
profilePictureUrl: value.profilePictureUrl,
profileStatus: (await value.getProfileStatus()) || '',
status: status,
//status: status,
status: value.connectionStatus.state,
},
};