We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5dae55 commit 1cc6249Copy full SHA for 1cc6249
1 file changed
webui/src/config/promo.ts
@@ -5,29 +5,29 @@ export interface Promotion {
5
validUntil: string
6
}
7
8
-export const promotions: Promotion[] = [
+export const promotions: Promotion[] = [
9
{
10
enabled: true,
11
discount: 25,
12
validFrom: '2025-12-29',
13
- validUntil: '2026-01-06',
+ validUntil: '2026-01-07', // next date to be valid until midnight
14
},
15
16
17
discount: 20,
18
validFrom: '2026-01-13',
19
- validUntil: '2026-01-18',
+ validUntil: '2026-01-19',
20
21
22
23
24
validFrom: '2026-01-20',
25
- validUntil: '2026-01-25',
+ validUntil: '2026-01-26',
26
27
28
29
discount: 30,
30
validFrom: '2026-01-30',
31
- validUntil: '2026-02-01',
+ validUntil: '2026-02-02',
32
33
]
0 commit comments