Skip to content

Commit 1410d29

Browse files
authored
[ENG-10006] Notification Refactor - FE Support PR (#778)
* Fix notification frequency enum
1 parent 6d39ae5 commit 1410d29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
export enum SubscriptionFrequency {
22
Never = 'none',
33
Daily = 'daily',
4-
Instant = 'instant',
4+
Instant = 'instantly',
55
}

0 commit comments

Comments
 (0)