fix(core): prefer explicit cookie source

This commit is contained in:
2026-04-28 21:34:40 -04:00
parent df2635d92f
commit 7966073bf8
2 changed files with 15 additions and 5 deletions

View File

@@ -28,7 +28,6 @@ const KIJIJI_COOKIE_CONFIG: CookieConfig = {
name: "Kijiji",
domain: ".kijiji.ca",
envVar: "KIJIJI_COOKIE",
filePath: "./cookies/kijiji.json",
};
// ----------------------------- Types -----------------------------