From 8b20e226df7cf8f5039aa1506206532d992f97c8 Mon Sep 17 00:00:00 2001 From: Ben Goldberg Date: Mon, 22 Jan 2024 10:35:31 -0800 Subject: [PATCH] rename points topic (#5334) * rename points topic * Update constants.ts --------- Co-authored-by: Skylar Barrera --- src/notifications/settings/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/notifications/settings/constants.ts b/src/notifications/settings/constants.ts index 8adae95cf92..607cfad605c 100644 --- a/src/notifications/settings/constants.ts +++ b/src/notifications/settings/constants.ts @@ -9,7 +9,7 @@ export const WalletNotificationTopic = { OTHER: 'other', }; export const GlobalNotificationTopic = { - POINTS: 'points', + POINTS: 'marketing_points', }; export const WalletNotificationRelationship = { OWNER: 'owner',