Skip to content

Commit

Permalink
✨ Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
HofmannZ committed Oct 28, 2018
1 parent bfdd12a commit 8b01b44
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ n/a

- Added `NormalizedInMemoryCache` as a new cache option. @micimize
- Fixed `Mutation` calling `onCompleted` for loading state. @rafaelring
- Fix type annotations. @HofmannZ
- Fixed http versions. @HofmannZ

#### Docs
Expand Down
2 changes: 1 addition & 1 deletion lib/src/widgets/mutation.dart
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ class MutationState extends State<Mutation> {
if (!result.loading) {
widget.onCompleted(result);
onCompleteSubscription.cancel();
}
}
},
);
}
Expand Down

0 comments on commit 8b01b44

Please # to comment.