Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion scheduler/dailyRefinementJob.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { AdaptiveWeights } from "../services/adaptiveWeights";
import { IntelligenceIndex } from "../services/intelligenceIndex";
import { Issue } from "../services/types";

// Load environmental or fallback to test.db or production db
// Use DB_PATH env var if set, otherwise fall back to ../data/issues.db
const dbPath =
process.env.DB_PATH || path.join(__dirname, "../data/issues.db");

Expand Down
Loading