Skip to content

Commit 02b0871

Browse files
Miriadpm
andcommitted
fix: remove duplicate getConfigValue import in check-research
Co-authored-by: pm <pm@miriad.systems>
1 parent b1db743 commit 02b0871

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

app/api/cron/check-research/route.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,6 @@ async function buildStuckThresholds(): Promise<Record<string, number>> {
109109
/** Max docs to process per status per run — keeps total time well under 60s */
110110
const MAX_DOCS_PER_STATUS = 2;
111111

112-
import { getConfigValue } from "@/lib/config";
113-
114112
/** Default infographic instructions — used when content_config singleton doesn't exist yet */
115113
const DEFAULT_INFOGRAPHIC_INSTRUCTIONS = [
116114
'Create a high-level architecture overview diagram',

0 commit comments

Comments
 (0)