diff --git a/packages/swr-openapi/src/mutate.ts b/packages/swr-openapi/src/mutate.ts index 4304026be..f1ac5c480 100644 --- a/packages/swr-openapi/src/mutate.ts +++ b/packages/swr-openapi/src/mutate.ts @@ -46,7 +46,7 @@ export function createMutateHook return useCallback( function mutate< - Path extends PathsWithMethod, + Path extends PathsWithMethod, R extends TypesForGetRequest, Init extends R["Init"], >(