Skip to content

Commit

Permalink
fix: missing throwOnError in SWRMutationHook options (#3054)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ram4GB authored Dec 24, 2024
1 parent f22b274 commit 2684b72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mutation/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ export interface SWRMutationHook {
SWRMutationKey,
ExtraArg,
SWRData
>
> & { throwOnError?: boolean }
): SWRMutationResponse<Data, Error, SWRMutationKey, ExtraArg>
<
Data = any,
Expand Down

0 comments on commit 2684b72

Please sign in to comment.