fix: correctly fetch marka pi in background

This commit is contained in:
Max Richter
2025-11-04 12:58:26 +01:00
parent fea9b69d4d
commit 3103ed19fb
3 changed files with 23 additions and 25 deletions

View File

@@ -18,6 +18,7 @@ const duration = Deno.env.get("SESSION_DURATION");
export const SESSION_DURATION = duration ? +duration : (60 * 60 * 24);
export const MARKA_API_KEY = Deno.env.get("MARKA_API_KEY");
export const MARKA_API_URL = Deno.env.get("MARKA_API_URL");
export const JWT_SECRET = Deno.env.get("JWT_SECRET");