Skip to content

Commit 8b69332

Browse files
committed
Extends promo expiration
1 parent 45bf8c2 commit 8b69332

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plus/gk/account/promos.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ const promos: Promo[] = [
5050
SubscriptionState.ProTrialReactivationEligible,
5151
],
5252
startsOn: new Date('2024-10-13T06:59:00.000Z').getTime(),
53-
expiresOn: new Date('2024-11-05T06:59:00.000Z').getTime(),
53+
expiresOn: new Date('2024-11-08T06:59:00.000Z').getTime(),
5454
command: { tooltip: 'Limited-Time sale: Save up to 80% off GitLens Pro' },
5555
locations: ['account', 'badge', 'gate'],
5656
quickpick: {

0 commit comments

Comments
 (0)