Skip to content

Commit

Permalink
Update lib build
Browse files Browse the repository at this point in the history
  • Loading branch information
aikoven committed Jul 7, 2017
1 parent ff7b75f commit ce38b2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ function actionCreatorFactory(prefix, defaultIsError) {
action.error = true;
}
return action;
}, { type: fullType });
}, { type: fullType, toString: function () { return fullType; } });
}
function asyncActionCreators(type, commonMeta) {
return {
Expand Down

0 comments on commit ce38b2f

Please sign in to comment.