Skip to content

Commit

Permalink
feat(Session): Add IOS to ClientType enum
Browse files Browse the repository at this point in the history
  • Loading branch information
LuanRT committed Aug 18, 2023
1 parent f761463 commit 22a38c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/Session.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ export enum ClientType {
WEB = 'WEB',
KIDS = 'WEB_KIDS',
MUSIC = 'WEB_REMIX',
IOS = 'iOS',
ANDROID = 'ANDROID',
ANDROID_MUSIC = 'ANDROID_MUSIC',
ANDROID_CREATOR = 'ANDROID_CREATOR',
Expand Down

0 comments on commit 22a38c0

Please sign in to comment.