Skip to content

Commit 8c16042

Browse files
author
ben.durrant
committed
more evilness
1 parent ac15ac0 commit 8c16042

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/toolkit/src/createAsyncThunk.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -683,7 +683,7 @@ If you want to use the AbortController to react to \`abort\` events, please cons
683683
(finalAction as any).meta.condition
684684

685685
if (!skipDispatch) {
686-
dispatch(finalAction)
686+
dispatch(finalAction as any)
687687
}
688688
return finalAction
689689
})()

0 commit comments

Comments
 (0)