Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
dplewis committed Feb 24, 2021
1 parent 5e121e4 commit ef55fb4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ParseObject.js
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,6 @@ class ParseObject {
if (CoreManager.get('ALLOW_CUSTOM_OBJECT_ID')) {
if (!this.createdAt) {
method = 'POST';
path += '';
body.objectId = this.id;
} else {
method = 'PUT';
Expand Down

0 comments on commit ef55fb4

Please sign in to comment.