Skip to content

Commit 748078b

Browse files
author
soliury
committed
change comment to english
1 parent 34ef26f commit 748078b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/store/asyncActionCallbackMiddleware.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export default function asyncActionCallbackMiddleware() {
55
if (sequence.type !== 'next') return next(action);
66

77

8-
// 执行回调
8+
// do callback
99
error ? (rejected && rejected(payload)) : (resolved && resolved(payload));
1010

1111
next(action);

0 commit comments

Comments
 (0)