We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2dce171 + f643c0a commit f787079Copy full SHA for f787079
Parse/PFInstallation.m
@@ -52,7 +52,7 @@ - (void)_clearDeviceToken {
52
[super removeObjectForKey:PFInstallationKeyDeviceToken];
53
}
54
55
-- (BFTask<PFVoid> *)_validateDeleteAsync {
+- (BFTask PF_GENERIC(PFVoid) *)_validateDeleteAsync {
56
return [[super _validateDeleteAsync] continueWithSuccessBlock:^id(BFTask PF_GENERIC(PFVoid) *task) {
57
NSError *error = [PFErrorUtilities errorWithCode:kPFErrorCommandUnavailable
58
message:@"Installation cannot be deleted"];
0 commit comments