diff --git a/src/app/api/cron/snapshot-hl-cohort/route.ts b/src/app/api/cron/snapshot-hl-cohort/route.ts index 5812df41..a51835bd 100644 --- a/src/app/api/cron/snapshot-hl-cohort/route.ts +++ b/src/app/api/cron/snapshot-hl-cohort/route.ts @@ -3,7 +3,7 @@ import { NextResponse, type NextRequest } from "next/server"; import { fetchHlCohortFresh, fetchHlHip3CohortFresh, -} from "@/lib/benches/hyperliquid/builder-stats"; +} from "@/lib/hl-builder-stats"; import { cohortSnapshotConfigured, writeCohortSnapshot,