Skip to content

Commit

Permalink
This already defaults to any
Browse files Browse the repository at this point in the history
  • Loading branch information
timdorr committed Oct 25, 2021
1 parent 014936e commit 35595ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const thunk = createThunkMiddleware() as ThunkMiddleware & {
withExtraArgument<
ExtraThunkArg,
State = any,
BasicAction extends Action<any> = AnyAction
BasicAction extends Action = AnyAction
>(
extraArgument: ExtraThunkArg
): ThunkMiddleware<State, BasicAction, ExtraThunkArg>
Expand Down

0 comments on commit 35595ad

Please sign in to comment.