Skip to content

Commit

Permalink
fix start date
Browse files Browse the repository at this point in the history
  • Loading branch information
wslyvh committed Jun 18, 2024
1 parent 849ad0b commit 0b8f246
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/frontend/src/pages/api/frames/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export const frameConfig = {
title: 'Devcon 7',
description: 'Auction & Raffle Tickets',
website: 'https://devcon.org/',
startDate: 1718722800000,
startDate: 1718721000000,
endDate: 1720569540000,
withdrawDate: 1722470340000,
url: process.env.SITE_URL ?? process.env.URL ?? 'http://localhost:3000',
Expand Down

0 comments on commit 0b8f246

Please sign in to comment.