Skip to content

Commit

Permalink
remove duplicate keys on constants (mattermost#555)
Browse files Browse the repository at this point in the history
  • Loading branch information
saturninoabril authored and jwilander committed Jan 5, 2018
1 parent 0db22ac commit 174ed8c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions utils/constants.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -318,8 +318,6 @@ export const PostTypes = {
JOIN_TEAM: 'system_join_team',
LEAVE_TEAM: 'system_leave_team',
ADD_TO_CHANNEL: 'system_add_to_channel',
JOIN_TEAM: 'system_join_team',
LEAVE_TEAM: 'system_leave_team',
ADD_TO_TEAM: 'system_add_to_team',
REMOVE_FROM_CHANNEL: 'system_remove_from_channel',
ADD_REMOVE: 'system_add_remove',
Expand Down

0 comments on commit 174ed8c

Please sign in to comment.