diff --git a/packages/services/cdn-worker/src/artifact-storage-reader.ts b/packages/services/cdn-worker/src/artifact-storage-reader.ts index 85f2e4e2a0..7510d0677b 100644 --- a/packages/services/cdn-worker/src/artifact-storage-reader.ts +++ b/packages/services/cdn-worker/src/artifact-storage-reader.ts @@ -2,8 +2,6 @@ import zod from 'zod'; import type { Analytics } from './analytics'; import { AwsClient } from './aws'; -const presignedUrlExpirationSeconds = 60; - export function buildArtifactStorageKey( targetId: string, artifactType: string,