Skip to content

Commit f5394df

Browse files
committed
Fixes promo dates
1 parent bb8d140 commit f5394df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/plus/gk/account/promos.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ const promos: Promo[] = [
3131
SubscriptionState.ProTrialExpired,
3232
SubscriptionState.ProTrialReactivationEligible,
3333
],
34-
startsOn: new Date('2024-12-11T06:59:00.000Z').getTime(),
34+
startsOn: new Date('2024-11-11T06:59:00.000Z').getTime(),
3535
expiresOn: new Date('2024-11-24T06:59:00.000Z').getTime(),
3636
command: { tooltip: 'Save more than 55% during our GitLens 16 sale!' },
3737
locations: ['account', 'badge', 'gate'],
@@ -50,7 +50,7 @@ const promos: Promo[] = [
5050
SubscriptionState.ProTrialExpired,
5151
SubscriptionState.ProTrialReactivationEligible,
5252
],
53-
startsOn: new Date('2024-11-02T06:59:00.000Z').getTime(),
53+
startsOn: new Date('2024-11-25T06:59:00.000Z').getTime(),
5454
expiresOn: new Date('2024-12-06T06:59:00.000Z').getTime(),
5555
command: { tooltip: 'Cyber Sale: Save up to 85% on GitLens Pro — our best deal of the year!' },
5656
quickpick: {

0 commit comments

Comments
 (0)