Skip to content

Commit a622c95

Browse files
RodrigoSMarquesphillwiggins
authored andcommitted
Bugfix LiveQuery (#162)
Bugfix LiveQuery
1 parent 10c189d commit a622c95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/src/network/parse_live_query.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ class LiveQuery {
9898
if (_debug) {
9999
print('$_printConstLiveQuery: Done');
100100
}
101-
}, onError: (Error error) {
101+
}, onError: (error) {
102102
if (_debug) {
103103
print(
104104
'$_printConstLiveQuery: Error: ${error.runtimeType.toString()}');

0 commit comments

Comments
 (0)