Skip to content

Commit

Permalink
review
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenosse committed Dec 18, 2024
1 parent f2238a7 commit 8cc5538
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/utils/phone_number/phone_number_util.dart
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ extension phonenumbertypeproperties on PhoneNumberType {
return 2;
case PhoneNumberType.TOLL_FREE:
return 3;
case PhoneNumberType.PREMIUM_RATE || PhoneNumberType.PREMIUM_RATE:
case PhoneNumberType.PREMIUM_RATE:
return 4;
case PhoneNumberType.SHARED_COST:
return 5;
Expand Down

0 comments on commit 8cc5538

Please sign in to comment.