fix: restore Next-resolvable serialize types import (#119)
This commit is contained in:
parent
d3cf4ae3de
commit
da1e2ceae2
|
|
@ -24,7 +24,7 @@ import {
|
|||
type DashboardStats,
|
||||
type DashboardOrchestratorLink,
|
||||
getAttentionLevel,
|
||||
} from "./types.js";
|
||||
} from "./types";
|
||||
import { TTLCache, prCache, prCacheKey, type PREnrichmentData } from "./cache";
|
||||
|
||||
/** Cache for issue titles (5 min TTL — issue titles rarely change) */
|
||||
|
|
|
|||
Loading…
Reference in New Issue