Skip to content

Commit

Permalink
feat: new free renewal
Browse files Browse the repository at this point in the history
  • Loading branch information
fricoben committed Dec 2, 2024
1 parent 365e157 commit ff8bde0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/discounts/freeRenewal.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ type FreeRenewalDiscount = {
export const freeRenewalDiscount: FreeRenewalDiscount = {
name: "The Free Renewal",
image: "/freeRenewal/freeRenewal.webp",
expiry: 1727308799000, // timestamp in ms 25/09/2024 23:59:59
expiry: 1734393599000, // timestamp in ms 16/12/2024 23:59:59
discountMailGroupId: "106085143136961963",
offer: {
durationInDays: 90, // in days
Expand Down

0 comments on commit ff8bde0

Please sign in to comment.