Skip to content

Commit

Permalink
Merge pull request zino-hofmann#92 from zino-app/patch-12
Browse files Browse the repository at this point in the history
🔧 Fixed a bug where getQueryResult was called before client cloud init
  • Loading branch information
HofmannZ authored Sep 10, 2018
2 parents d108eef + f41c264 commit cdd5df6
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 cdd5df6

Please sign in to comment.