Skip to content

Commit 37f4331

Browse files
committed
Fix legacy callback edge case
1 parent 3477160 commit 37f4331

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/ParseObject.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -995,8 +995,6 @@ export default class ParseObject {
995995
attrs = arg1;
996996
if (typeof arg2 === 'object') {
997997
options = arg2;
998-
} else {
999-
options = {};
1000998
}
1001999
} else {
10021000
attrs = {};

0 commit comments

Comments
 (0)