We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45bf8c2 commit 8b69332Copy full SHA for 8b69332
src/plus/gk/account/promos.ts
@@ -50,7 +50,7 @@ const promos: Promo[] = [
50
SubscriptionState.ProTrialReactivationEligible,
51
],
52
startsOn: new Date('2024-10-13T06:59:00.000Z').getTime(),
53
- expiresOn: new Date('2024-11-05T06:59:00.000Z').getTime(),
+ expiresOn: new Date('2024-11-08T06:59:00.000Z').getTime(),
54
command: { tooltip: 'Limited-Time sale: Save up to 80% off GitLens Pro' },
55
locations: ['account', 'badge', 'gate'],
56
quickpick: {
0 commit comments