Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jahabeebs committed Nov 29, 2024
1 parent f883c1f commit 88f5b56
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1238,7 +1238,7 @@ export class ProtocolProvider implements IProtocolProvider {
const normalizedServiceProvider = serviceProvider.toLowerCase();
const normalizedOperator = operator.toLowerCase();

// If the service provider and operator are the same, skip authorizationm check
// If the service provider and operator are the same, skip authorization check
if (normalizedServiceProvider === normalizedOperator) {
return true;
}
Expand Down

0 comments on commit 88f5b56

Please sign in to comment.