Skip to content

Commit 01d1317

Browse files
chore: keeping error codes the same for consistency
1 parent 4ac1f7e commit 01d1317

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ios/IntercomModule.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ @implementation IntercomModule
1515
NSString *UPDATE_USER = @"104";
1616
NSString *LOG_EVENT = @"105";
1717
NSString *UNREAD_CONVERSATION_COUNT = @"107";
18-
NSString *SET_USER_JWT = @"108";
18+
NSString *SET_USER_JWT = @"109";
1919
NSString *SEND_TOKEN_TO_INTERCOM = @"302";
2020
NSString *FETCH_HELP_CENTER_COLLECTIONS = @"901";
2121
NSString *FETCH_HELP_CENTER_COLLECTION = @"902";

0 commit comments

Comments
 (0)