Skip to content

Commit

Permalink
fix: rename missed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
LiJun committed Dec 12, 2019
1 parent 24740ef commit 1a7dcfb
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 @@ -127,7 +127,7 @@ function createStore<
effectName: fnName,
payload,
result: res,
...extendEffect
...effectFn
});
isPromise(p) && ps.push(p);
}
Expand Down

0 comments on commit 1a7dcfb

Please sign in to comment.