File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
FirebaseMessaging/Sources/Token Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -744,15 +744,15 @@ - (void)setAPNSToken:(NSData *)APNSToken withUserInfo:(NSDictionary *)userInfo {
744
744
handler: ^(NSString *_Nullable token,
745
745
NSError *_Nullable error){
746
746
// Do nothing as callback is not needed and the
747
- // sub-funciton already handle errors.
747
+ // sub-function already handle errors.
748
748
}];
749
749
}
750
750
if ([self ->_tokenStore cachedTokenInfos ].count == 0 ) {
751
751
[self tokenWithAuthorizedEntity: self .fcmSenderID
752
752
scope: kFIRMessagingDefaultTokenScope
753
753
options: tokenOptions
754
754
handler: ^(NSString *_Nullable FCMToken, NSError *_Nullable error){
755
- // Do nothing as callback is not needed and the sub-funciton
755
+ // Do nothing as callback is not needed and the sub-function
756
756
// already handle errors.
757
757
}];
758
758
}
You can’t perform that action at this time.
0 commit comments