Skip to content

Commit

Permalink
Update kick to airdrop leaderboard time
Browse files Browse the repository at this point in the history
  • Loading branch information
anhnhu authored and saltict committed Jul 24, 2024
1 parent 4d107fd commit 2d283c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/extension-koni-ui/src/utils/date/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ export function calculateStartAndEnd (key: string) {

case 'vara_playdrop': {
const startEnv = process.env.VARA_PLAYDROP_START_DATE || '2024-07-10 10:00:00' as string;
const endEnv = process.env.VARA_PLAYDROP_END_DATE || '2024-07-24 10:00:00' as string;
const endEnv = process.env.VARA_PLAYDROP_END_DATE || '2024-07-31 10:00:00' as string;
const startDate = new Date(startEnv);
const endDate = new Date(endEnv);

Expand Down

0 comments on commit 2d283c0

Please sign in to comment.