We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a8deaf commit 4661d6eCopy full SHA for 4661d6e
Parse/PFObject.m
@@ -1402,7 +1402,7 @@ - (BFTask *)saveAsync:(BFTask *)toAwait {
1402
[self startSave];
1403
BFTask *childrenTask = [self _saveChildrenInBackgroundWithCurrentUser:currentUser
1404
sessionToken:sessionToken];
1405
- if (!dirty && changes.count != 0) {
+ if (!dirty && changes.count == 0) {
1406
return childrenTask;
1407
}
1408
return [[childrenTask continueWithSuccessBlock:^id(BFTask *task) {
0 commit comments