Skip to content

Commit

Permalink
Change category og givPower notifications to givEconomy
Browse files Browse the repository at this point in the history
  • Loading branch information
mohammadranjbarz committed Dec 25, 2022
1 parent 9504056 commit 6626850
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions migrations/1660716115917-seedNotificationType.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1519,7 +1519,7 @@ export const GivethNotificationTypes = {
name: 'You boosted',
description: 'User boosted a project',
microService: MICRO_SERVICES.givethio,
category: NOTIFICATION_CATEGORY.GIV_POWER,
category: NOTIFICATION_CATEGORY.GIV_ECONOMY,
icon: '',
schemaValidator: SCHEMA_VALIDATORS_NAMES.USER_BOOSTED,
emailNotifierService: null,
Expand Down Expand Up @@ -1556,7 +1556,7 @@ export const GivethNotificationTypes = {
name: 'You changed the allocation',
description: 'User changed boosted allocation',
microService: MICRO_SERVICES.givethio,
category: NOTIFICATION_CATEGORY.GIV_POWER,
category: NOTIFICATION_CATEGORY.GIV_ECONOMY,
icon: '',
schemaValidator: SCHEMA_VALIDATORS_NAMES.USER_CHANGED_BOOSTED_ALLOCATION,
emailNotifierService: null,
Expand All @@ -1576,7 +1576,7 @@ export const GivethNotificationTypes = {
name: 'Your project has been boosted.',
description: 'Project has received a boosting',
microService: MICRO_SERVICES.givethio,
category: NOTIFICATION_CATEGORY.GIV_POWER,
category: NOTIFICATION_CATEGORY.GIV_ECONOMY,
icon: '',
schemaValidator: SCHEMA_VALIDATORS_NAMES.PROJECT_HAS_BEEN_BOOSTED,
emailNotifierService: null,
Expand Down Expand Up @@ -1609,7 +1609,7 @@ export const GivethNotificationTypes = {
name: 'You locked {amount} & recieved {amount} GIVpower',
description: 'User locked GIVpower',
microService: MICRO_SERVICES.givethio,
category: NOTIFICATION_CATEGORY.GIV_POWER,
category: NOTIFICATION_CATEGORY.GIV_ECONOMY,
icon: '',
schemaValidator: SCHEMA_VALIDATORS_NAMES.USER_LOCKED_GIVPOWER,
emailNotifierService: null,
Expand Down Expand Up @@ -1645,7 +1645,7 @@ export const GivethNotificationTypes = {
name: 'givPower unlocked',
description: 'User unlocked GIVpower',
microService: MICRO_SERVICES.givEconomyNotificationMicroService,
category: NOTIFICATION_CATEGORY.GIV_POWER,
category: NOTIFICATION_CATEGORY.GIV_ECONOMY,
icon: '',
schemaValidator: SCHEMA_VALIDATORS_NAMES.USER_UNLOCKED_GIVPOWER,
emailNotifierService: null,
Expand All @@ -1670,7 +1670,7 @@ export const GivethNotificationTypes = {
name: '{amount} re-locked automatically',
description: 'User unlocked GIVpower',
microService: MICRO_SERVICES.givethio,
category: NOTIFICATION_CATEGORY.GIV_POWER,
category: NOTIFICATION_CATEGORY.GIV_ECONOMY,
icon: '',
schemaValidator:
SCHEMA_VALIDATORS_NAMES.USER_GIVPOWER_RELOCKED_AUTOMATICALLY,
Expand Down

0 comments on commit 6626850

Please sign in to comment.