Skip to content

Commit 1f69775

Browse files
committed
Put back the right encoder
1 parent 894250c commit 1f69775

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ParseLiveQuery/src/main/java/com/parse/SubscribeClientOperation.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
jsonObject.put("op", "subscribe");
2020
jsonObject.put("requestId", requestId);
2121

22-
JSONObject queryJsonObject = state.toJSON(NoObjectsEncoder.get());
22+
JSONObject queryJsonObject = state.toJSON(PointerEncoder.get());
2323

2424
jsonObject.put("query", queryJsonObject);
2525

0 commit comments

Comments
 (0)