We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b188e0a commit aed2136Copy full SHA for aed2136
Parse/src/main/java/com/parse/ParseEncoder.java
@@ -42,8 +42,6 @@ abstract class ParseEncoder {
42
|| value instanceof ParseFile
43
|| value instanceof ParseGeoPoint
44
|| value instanceof ParsePolygon
45
- || value instanceof ParseRelation
46
- || value instanceof Pattern
47
|| value instanceof ParseRelation;
48
}
49
0 commit comments