Skip to content
This repository has been archived by the owner on Apr 17, 2023. It is now read-only.

Commit

Permalink
fix: backport changes
Browse files Browse the repository at this point in the history
  • Loading branch information
wtrocki committed Aug 9, 2019
1 parent 4f64f39 commit fa98b62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/sync/src/OfflineClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ export class OfflineClient implements ListenerProvider {
const mutationOptions = createMutationOptions<T, TVariables>(options);
mutationOptions.context.updateFunction = mutationOptions.update;
return this.apolloClient.mutate<T, TVariables>(
createMutationOptions<T, TVariables>(options)
mutationOptions
);
}
}
Expand Down

0 comments on commit fa98b62

Please sign in to comment.