fix: typecheck

This commit is contained in:
Amruth Pillai
2026-06-01 10:41:37 +02:00
parent e00ff8ceca
commit 1522794733
3 changed files with 3 additions and 4 deletions
@@ -9,7 +9,6 @@ import { resumeService } from "./service";
export {
createResumePdfDownloadUrl,
MAX_PDF_DOWNLOAD_URL_TTL_SECONDS,
PDF_DOWNLOAD_URL_EXPIRES_IN_SECONDS,
verifyResumePdfDownloadToken,
} from "./pdf-download-url";
@@ -1,7 +1,7 @@
import { createHmac, timingSafeEqual } from "node:crypto";
import { env } from "@reactive-resume/env/server";
const MAX_PDF_DOWNLOAD_URL_TTL_SECONDS = 10 * 60;
export const MAX_PDF_DOWNLOAD_URL_TTL_SECONDS = 10 * 60;
type PdfDownloadTokenPayload = {
v: 1;