Skip to content

Commit

Permalink
updated nullability for errors in login
Browse files Browse the repository at this point in the history
  • Loading branch information
aboedo committed Mar 1, 2021
1 parent d73a15b commit b0d7375
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Purchases/Public/RCPurchases.h
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ NS_SWIFT_NAME(reset(_:)) __attribute((deprecated("Use logOut instead.")));
@param appUserID The appUserID that should be linked to the currently user
*/
- (void) logIn:(NSString *)appUserID
completionBlock:(void (^)(RCPurchaserInfo *_Nullable purchaserInfo, BOOL created, NSError *error))completion
completionBlock:(void (^)(RCPurchaserInfo * _Nullable purchaserInfo, BOOL created, NSError * _Nullable error))completion
NS_SWIFT_NAME(logIn(_:_:));

/**
Expand Down

0 comments on commit b0d7375

Please sign in to comment.