Compare commits

...

1 Commits

Author SHA1 Message Date
Jarrod Flesch
54529702c2 chore: removes unused ts-ignore 2025-05-15 11:34:24 -04:00

View File

@@ -66,7 +66,6 @@ export const getHandler = ({
if (signedDownloads && !clientUploadContext) {
const command = new GetObjectCommand({ Bucket: bucket, Key: key })
const signedUrl = await getSignedUrl(
// @ts-expect-error mismatch versions
getStorageClient(),
command,
typeof signedDownloads === 'object' ? signedDownloads : { expiresIn: 7200 },