Skip to content

Commit

Permalink
Optimize zen.js
Browse files Browse the repository at this point in the history
  • Loading branch information
bodyno committed Jul 9, 2016
1 parent 8d8af02 commit 0f2f4c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/routes/Zen/modules/zen.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ export const receiveZen = (value) => ({
}
})

export const clearZen = () => (
export const clearZen = () => ({
type: CLEAR_ZEN
)
})

export function fetchZen () {
return (dispatch, getState) => {
Expand Down

0 comments on commit 0f2f4c9

Please sign in to comment.