We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a938351 commit c074ebbCopy full SHA for c074ebb
1 file changed
services/apps/cache_worker/src/activities/dashboard-cache/refreshDashboardCache.ts
@@ -28,8 +28,6 @@ import {
28
29
import { svc } from '../../main'
30
31
-const qdb = new DbStore(svc.log, svc.questdbSQL)
32
-
33
export async function getDashboardCacheLastRefreshedAt(segmentId: string): Promise<string> {
34
const segmentRepo = new SegmentRepository(svc.postgres.writer.connection(), svc.log)
35
return segmentRepo.getDashboardCacheLastRefreshedAt(segmentId)
0 commit comments