Skip to content

Commit

Permalink
fix favorite action types bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Darmody committed Apr 5, 2016
1 parent 8d5ff4a commit ea82a09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/actionTypes/favorite.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export const DISLIKE_FAILURE = 'FAVORITE/DISLIKE_FAILURE';
export const BAN_REQUEST = 'FAVORITE/BAN_REQUEST';
export const BAN_SUCCESS = 'FAVORITE/BAN_SUCCESS';
export const BAN_FAILURE = 'FAVORITE/BAN_FAILURE';
export const JUMP = 'CHANNEL/JUMP';
export const JUMP = 'FAVORITE/JUMP';
export const NEXT = 'FAVORITE/NEXT';
export const PLAY = 'FAVORITE/PLAY';
export const PAUSE = 'FAVORITE/PAUSE';
Expand Down

0 comments on commit ea82a09

Please sign in to comment.