Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commite2fd0fb

Browse files
committed
Export correct failure type
1 parentf1345b0 commite2fd0fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/build-actions.js‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ const buildActions = (namespace: string, actions: Object): ReduxActionModule =>
3434
module.constants[startType]=`@${namespace}/${startType}`
3535
const{type:successType}=actionCreator.success()
3636
module.constants[successType]=`@${namespace}/${successType}`
37-
const{type:failureType}=actionCreator.start()
37+
const{type:failureType}=actionCreator.failure()
3838
module.constants[failureType]=`@${namespace}/${failureType}`
3939
}
4040

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp