From edb8a0dcd87ad65ebb99c0e3f602944e82f1f3b1 Mon Sep 17 00:00:00 2001 From: mertalev <101130780+mertalev@users.noreply.github.com> Date: Tue, 5 May 2026 14:26:16 -0400 Subject: [PATCH] unused constant --- server/src/services/transcoding.service.spec.ts | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/server/src/services/transcoding.service.spec.ts b/server/src/services/transcoding.service.spec.ts index d6b65e6f93..ca1224e2a1 100644 --- a/server/src/services/transcoding.service.spec.ts +++ b/server/src/services/transcoding.service.spec.ts @@ -1,9 +1,4 @@ -import { - HLS_CLEANUP_INTERVAL_MS, - HLS_INACTIVITY_TIMEOUT_MS, - HLS_LEASE_DURATION_MS, - HLS_SEGMENT_DURATION, -} from 'src/constants'; +import { HLS_CLEANUP_INTERVAL_MS, HLS_INACTIVITY_TIMEOUT_MS, HLS_LEASE_DURATION_MS } from 'src/constants'; import { TranscodingService } from 'src/services/transcoding.service'; import { VIDEO_STREAM_SESSION_PK_CONSTRAINT } from 'src/utils/database'; import { eiffelTower, train, waterfall } from 'test/fixtures/media.stub';