Skip to content

Commit

Permalink
Update for formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
christianhelp committed Aug 17, 2024
1 parent e3b3fb6 commit 714eeec
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions apps/web/src/lib/constants/shared.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
import c from "config"
import c from "config";

const {
hackathonName,
itteration
} = c;
const { hackathonName, itteration } = c;

export const ONE_HOUR_IN_MILLISECONDS = 3600000;
export const VERCEL_IP_TIMEZONE_HEADER_KEY = "x-vercel-ip-timezone";
export const BLOB_RESUME_URL = `${c.hackathonName}/${c.itteration}/resume`;
export const BLOB_RESUME_URL = `${c.hackathonName}/${c.itteration}/resume`;

0 comments on commit 714eeec

Please sign in to comment.