Skip to content

Commit

Permalink
added missing argument on createOperationFetcherFnNodes
Browse files Browse the repository at this point in the history
  • Loading branch information
riccardos77 committed Jan 28, 2024
1 parent 141112b commit 1a26474
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,7 @@ export const generateReactQueryComponents = async (
url: route,
verb,
name: operationFetcherFnName,
validateResponseWithZod: config.zodFiles !== undefined,
printNodes,
}),
...(component === "useQuery"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,7 @@ export const generateReactQueryFunctions = async (
url: route,
verb,
name: operationFetcherFnName,
validateResponseWithZod: config.zodFiles !== undefined,
printNodes,
}),
...createOperationQueryFnNodes({
Expand Down

0 comments on commit 1a26474

Please sign in to comment.