Skip to content

Commit 32a6c5c

Browse files
author
Miriad
committed
Merge branch 'main' into dev
2 parents aff0379 + 02b0871 commit 32a6c5c

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)