Skip to content

Commit

Permalink
Remove repetitive notification type for project update added
Browse files Browse the repository at this point in the history
related to #29 (comment)
  • Loading branch information
mohammadranjbarz committed Jan 30, 2023
1 parent 50d8cf2 commit 28235b1
Showing 1 changed file with 0 additions and 25 deletions.
25 changes: 0 additions & 25 deletions migrations/1660716115917-seedNotificationType.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1550,31 +1550,6 @@ export const GivethNotificationTypes = {
categoryGroup:
NOTIFICATION_CATEGORY_GROUPS.SUPPORTED_BY_YOU_PROJECT_STATUS_CHANGE_GROUP,
},
SUPPORT_BY_YOU_PROJECT_HAS_AN_UPDATE_GROUP: {
name: 'Project update - Users Who Supported',
title: 'Supported project updated',
description:
'Notify me when a project I liked, boosted or donated to has an update',
showOnSettingPage: true,
microService: MICRO_SERVICES.givethio,
schemaValidator: null,
emailNotifierService: null,
emailNotificationId: null,
pushNotifierService: null,
isGroupParent: true,
content: 'Supported projects status',
htmlTemplate: [
{
type: 'p',
content: 'Supported projects status',
},
],
category: NOTIFICATION_CATEGORY.PROJECT_RELATED,
icon: '',
categoryGroup:
NOTIFICATION_CATEGORY_GROUPS.SUPPORTED_BY_YOU_PROJECT_HAS_NEW_UPDATE_GROUP,
},

RAW_HTML: {
name: 'Raw HTML Broadcast',
description: 'Raw HTML Broadcast',
Expand Down

0 comments on commit 28235b1

Please sign in to comment.