Skip to content

Commit

Permalink
fix: wrong party status code (#15)
Browse files Browse the repository at this point in the history
Co-authored-by: jackson lin <[email protected]>
  • Loading branch information
jarvislin94 and jackson lin authored Sep 30, 2020
1 parent 89974f0 commit e684996
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Session.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export enum PartyStatusCode {
gone = 'Gone',
parked = 'Parked',
hold = 'Hold',
voicemail = 'VoiceMail',
voicemail = 'Voicemail',
faxReceive = 'FaxReceive',
voicemailScreening = 'VoiceMailScreening',
}
Expand Down

0 comments on commit e684996

Please sign in to comment.