Skip to content

Commit 7e1f89f

Browse files
committed
Mark objects inflated from JSON as already existing
1 parent a9b5f94 commit 7e1f89f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/ParseObject.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1263,6 +1263,9 @@ export default class ParseObject {
12631263
}
12641264
}
12651265
o._finishFetch(otherAttributes);
1266+
if (json.objectId) {
1267+
o._setExisted(true);
1268+
}
12661269
return o;
12671270
}
12681271

0 commit comments

Comments
 (0)