Skip to content

Commit

Permalink
refactor: fixing typo in ServiceType enum (#867)
Browse files Browse the repository at this point in the history
  • Loading branch information
ajumal-ashraf-dev authored Sep 25, 2023
1 parent 12ec202 commit 65d4bcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/pricing/lib/enums/ServiceType.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export enum ServiceType {
SMS = 'sms',
SMS_TRANSIT = 'sms-transit',
VOICE = 'voice,',
VOICE = 'voice',
}

0 comments on commit 65d4bcf

Please sign in to comment.