Skip to content
This repository has been archived by the owner on Jul 2, 2021. It is now read-only.

Commit

Permalink
Merge pull request #170 from Wikia/IRIS-4979
Browse files Browse the repository at this point in the history
IRIS-4979 | fix notificationTypes export
  • Loading branch information
latata authored Sep 26, 2017
2 parents ea42ed0 + f680fd5 commit 7c3b29f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions app/utils/notification-types.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
const notificationTypes = {
export default {
discussionUpvotePost: 'discussion-upvote-post',
discussionUpvoteReply: 'discussion-upvote-reply',
discussionReply: 'discussion-reply',
announcement: 'announcement'
};

export default {notificationTypes};

0 comments on commit 7c3b29f

Please sign in to comment.