Skip to content

Commit fa62959

Browse files
committed
Fix unsubscribe URL
1 parent 4ab3edc commit fa62959

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/src/user-notification-preferences.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ export const getNotificationDestinationsForUser = (
6868
destinations.includes('browser') && !opt_out.includes('browser'),
6969
sendToMobile:
7070
destinations.includes('mobile') && !opt_out.includes('mobile'),
71-
unsubscribeUrl: 'TODO',
71+
unsubscribeUrl: 'https://compassmeet.com/notifications',
7272
urlToManageThisNotification: '/notifications',
7373
}
7474
}

0 commit comments

Comments
 (0)