Skip to content

Commit bf77639

Browse files
fix(overmind): properly fix onInitialize typing
1 parent 8a66564 commit bf77639

File tree

1 file changed

+1
-2
lines changed
  • packages/node_modules/overmind/src

1 file changed

+1
-2
lines changed

packages/node_modules/overmind/src/index.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,7 @@ export type OnInitialize = (
4343
{
4444
state: IApp['state']
4545
actions: IApp['actions']
46-
},
47-
any
46+
}
4847
>
4948
) => ValueAction<
5049
{

0 commit comments

Comments
 (0)