From cce66bb42d9fb8ce9141bb4173c1e21fff4f34ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sven=20K=C3=B6nig?= Date: Wed, 5 Jun 2024 16:19:50 +0200 Subject: [PATCH] Uploads: clean up imports --- src/app/api/uploads/[slug]/route.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/app/api/uploads/[slug]/route.ts b/src/app/api/uploads/[slug]/route.ts index 00fbc6b12..f697347c1 100644 --- a/src/app/api/uploads/[slug]/route.ts +++ b/src/app/api/uploads/[slug]/route.ts @@ -1,6 +1,4 @@ import db from 'db' -import { GetObjectCommand, GetObjectCommandOutput, S3Client } from '@aws-sdk/client-s3' -import { GetObjectCommandInput } from '@aws-sdk/client-s3/dist-types/commands/GetObjectCommand' import { getBlitzContext } from '@blitzjs/auth' import { proxyS3Url } from './proxyS3Url' import { proxyUrl } from './proxyUrl'