We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d39ae5 commit 1410d29Copy full SHA for 1410d29
1 file changed
src/app/shared/enums/subscriptions/subscription-frequency.enum.ts
@@ -1,5 +1,5 @@
1
export enum SubscriptionFrequency {
2
Never = 'none',
3
Daily = 'daily',
4
- Instant = 'instant',
+ Instant = 'instantly',
5
}
0 commit comments