Skip to content

Commit c074ebb

Browse files
committed
fix: linter
Signed-off-by: Uroš Marolt <uros@marolt.me>
1 parent a938351 commit c074ebb

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

services/apps/cache_worker/src/activities/dashboard-cache/refreshDashboardCache.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@ import {
2828

2929
import { svc } from '../../main'
3030

31-
const qdb = new DbStore(svc.log, svc.questdbSQL)
32-
3331
export async function getDashboardCacheLastRefreshedAt(segmentId: string): Promise<string> {
3432
const segmentRepo = new SegmentRepository(svc.postgres.writer.connection(), svc.log)
3533
return segmentRepo.getDashboardCacheLastRefreshedAt(segmentId)

0 commit comments

Comments
 (0)