Skip to content

Commit 20f4ed4

Browse files
committed
ParseResponse accepts list results and count
1 parent 99ac1ad commit 20f4ed4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/src/network/parse_live_query.dart

+2-2
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,8 @@ class LiveQuery {
103103
print(
104104
'$_printConstLiveQuery: Error: ${error.runtimeType.toString()}');
105105
}
106-
return Future.value(
107-
handleException(Exception(error), ParseApiRQ.liveQuery, _debug, _className));
106+
return Future.value(handleException(
107+
Exception(error), ParseApiRQ.liveQuery, _debug, _className));
108108
});
109109

110110
//The connect message is sent from a client to the LiveQuery server.

0 commit comments

Comments
 (0)