Skip to content

Commit ef55fb4

Browse files
committed
clean up
1 parent 5e121e4 commit ef55fb4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/ParseObject.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,6 @@ class ParseObject {
330330
if (CoreManager.get('ALLOW_CUSTOM_OBJECT_ID')) {
331331
if (!this.createdAt) {
332332
method = 'POST';
333-
path += '';
334333
body.objectId = this.id;
335334
} else {
336335
method = 'PUT';

0 commit comments

Comments
 (0)