Skip to content

Commit

Permalink
fix(store): loader mdw
Browse files Browse the repository at this point in the history
  • Loading branch information
neurosnap committed Jan 10, 2024
1 parent cd38fa9 commit 2bf9e4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion store/query.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ export function* dispatchActions(ctx: { actions: AnyAction[] }, next: Next) {
/**
* This middleware will track the status of a middleware fn
*/
export function* loader<
export function loader<
Ctx extends ThunkCtx = ThunkCtx,
M extends AnyState = AnyState,
>(
Expand Down

0 comments on commit 2bf9e4c

Please sign in to comment.