Skip to content

Commit

Permalink
Fix missing this (described in zino-hofmann#843)
Browse files Browse the repository at this point in the history
  • Loading branch information
filipproch authored Mar 15, 2021
1 parent 7f36a68 commit c643430
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/graphql/lib/src/graphql_client.dart
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class GraphQLClient implements GraphQLDataProxy {
DefaultPolicies? defaultPolicies,
bool alwaysRebroadcast = false,
}) {
defaultPolicies = defaultPolicies ?? DefaultPolicies();
this.defaultPolicies = defaultPolicies ?? DefaultPolicies();
queryManager = QueryManager(
link: link,
cache: cache,
Expand Down

0 comments on commit c643430

Please sign in to comment.