Skip to content

Commit 15dae5e

Browse files
committed
Revert "should break"
This reverts commit ef892e0.
1 parent 48888ba commit 15dae5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

types/ParseOp.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export declare class UnsetOp extends Op {
1717
applyTo(): any;
1818
mergeWith(): UnsetOp;
1919
toJSON(): {
20-
__op: any;
20+
__op: string;
2121
};
2222
}
2323
export declare class IncrementOp extends Op {

0 commit comments

Comments
 (0)