Skip to content

Commit

Permalink
fix: update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
raviteja83 committed Mar 26, 2024
1 parent 2a187c1 commit cf0b9f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/hms-video-store/src/sdk/store/Store.ts
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@ class Store {
permission: HMSPermissionType,
) => {
if (!this.knownRoles[role]) {
HMSLogger.d(this.TAG, 'Known roles is not present', this.knownRoles);
HMSLogger.d(this.TAG, `role ${role} is not present in given roles`, this.knownRoles);
return;
}
const rolePermissions = this.knownRoles[role].permissions;
Expand Down

0 comments on commit cf0b9f2

Please sign in to comment.