We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b93a24 commit 4ac1f7eCopy full SHA for 4ac1f7e
ios/IntercomModule.m
@@ -320,7 +320,7 @@ - (NSData *)dataFromHexString:(NSString *)string {
320
[Intercom setUserJwt:jwt];
321
resolve(@(YES));
322
} @catch (NSException *exception) {
323
- reject(@SET_USER_JWT, @"Error in setUserJwt", [self exceptionToError:exception :@"SET_USER_JWT" :@"setUserJwt"]);
+ reject(SET_USER_JWT, @"Error in setUserJwt", [self exceptionToError:exception :@"SET_USER_JWT" :@"setUserJwt"]);
324
}
325
};
326
0 commit comments