Skip to content

Commit

Permalink
🔧 Fixed a bug where getQueryResult was called before client cloud init
Browse files Browse the repository at this point in the history
  • Loading branch information
HofmannZ committed Sep 7, 2018
1 parent d108eef commit f41c264
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/src/widgets/query.dart
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,6 @@ class QueryState extends State<Query> {
if (widget.pollInterval is int) {
pollInterval = Duration(seconds: widget.pollInterval);
}

getQueryResult();
}

@override
Expand Down

0 comments on commit f41c264

Please sign in to comment.