Skip to content

Commit 4ac1f7e

Browse files
fix: removing typo from IntercomModule.m to get passing build
1 parent 1b93a24 commit 4ac1f7e

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
@@ -320,7 +320,7 @@ - (NSData *)dataFromHexString:(NSString *)string {
320320
[Intercom setUserJwt:jwt];
321321
resolve(@(YES));
322322
} @catch (NSException *exception) {
323-
reject(@SET_USER_JWT, @"Error in setUserJwt", [self exceptionToError:exception :@"SET_USER_JWT" :@"setUserJwt"]);
323+
reject(SET_USER_JWT, @"Error in setUserJwt", [self exceptionToError:exception :@"SET_USER_JWT" :@"setUserJwt"]);
324324
}
325325
};
326326

0 commit comments

Comments
 (0)