Skip to content

Commit

Permalink
rename points topic (#5334)
Browse files Browse the repository at this point in the history
* rename points topic

* Update constants.ts

---------

Co-authored-by: Skylar Barrera <[email protected]>
  • Loading branch information
benisgold and skylarbarrera authored Jan 22, 2024
1 parent fb71200 commit 8b20e22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/notifications/settings/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export const WalletNotificationTopic = {
OTHER: 'other',
};
export const GlobalNotificationTopic = {
POINTS: 'points',
POINTS: 'marketing_points',
};
export const WalletNotificationRelationship = {
OWNER: 'owner',
Expand Down

0 comments on commit 8b20e22

Please sign in to comment.