Skip to content

Commit

Permalink
replace curry spread with _
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexMoutonNoble committed Oct 12, 2023
1 parent 95f3c46 commit cca3797
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/@apollo/client/core/ApolloClient__Core_Types.res
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ module MutationQueryReducersMap = {
~safeParse,
) =>
Js.Dict.map(
(. mutationQueryReducer) => mutationQueryReducer->MutationQueryReducer.toJs(~safeParse, ...),
(. mutationQueryReducer) => mutationQueryReducer->MutationQueryReducer.toJs(_, ~safeParse),
t,
)
}
Expand Down

0 comments on commit cca3797

Please sign in to comment.