Skip to content
This repository has been archived by the owner on Oct 8, 2020. It is now read-only.

Commit

Permalink
Style guide
Browse files Browse the repository at this point in the history
  • Loading branch information
MrLeebo committed Sep 14, 2017
1 parent d3a41cb commit 936e171
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/reducer.js
Expand Up @@ -71,7 +71,7 @@ function rejected (state, action) {
return { ...state, [meta.resourceName]: resource }
}

function clearErrors(state, action) {
function clearErrors (state, action) {
const { resourceName } = action.meta
const resource = state[resourceName]

Expand Down

0 comments on commit 936e171

Please sign in to comment.