File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Parse/Internal/Installation/CurrentInstallationController Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ - (BFTask *)getCurrentObjectAsync {
102102 @strongify (self);
103103
104104 __block PFInstallation *installation = task.result ;
105- return [[self .installationIdentifierStore getInstallationIdentifierAsync ] continueWithBlock : ^id _Nullable (BFTask<NSString *> * _Nonnull task) {
105+ return [[self .installationIdentifierStore getInstallationIdentifierAsync ] continueWithSuccessBlock : ^id _Nullable (BFTask<NSString *> * _Nonnull task) {
106106 NSString *installationId = task.result .lowercaseString ;
107107 if (!installation || ![installationId isEqualToString: installation.installationId]) {
108108 // If there's no installation object, or the object's installation
You can’t perform that action at this time.
0 commit comments