Skip to content

Commit 583f649

Browse files
committed
Update ParseServer.js
1 parent c9ded7f commit 583f649

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/ParseServer.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -457,9 +457,7 @@ function addParseCloud() {
457457
return assignValue;
458458
}
459459
const method = `${prop.charAt(3).toLowerCase()}${prop.substring(4, prop.length)}`;
460-
return value => {
461-
return assignValue(method, value);
462-
};
460+
return value => assignValue(method, value);
463461
}
464462
return obj[prop];
465463
},

0 commit comments

Comments
 (0)