Skip to content

Commit

Permalink
Removed commented out assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
kvenn committed Aug 4, 2024
1 parent b474ed0 commit b402de8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/graphql/lib/src/core/query_manager.dart
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,9 @@ typedef DeepEqualsFn = bool Function(dynamic a, dynamic b);

/// The equality function used for comparing cached and new data.
///
/// You can alternatively provided [optimizedDeepEquals] for a faster
/// You can alternatively provide [optimizedDeepEquals] for a faster
/// equality check. Or provide your own via [GqlClient] constructor.
DeepEqualsFn gqlDeepEquals = const DeepCollectionEquality().equals;
// DeepEqualsFn gqlDeepEquals = optimizedDeepEquals;

class QueryManager {
QueryManager({
Expand Down

0 comments on commit b402de8

Please sign in to comment.