Skip to content

Commit

Permalink
Uploads: clean up imports
Browse files Browse the repository at this point in the history
  • Loading branch information
elsueno committed Jun 5, 2024
1 parent 586095f commit cce66bb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/app/api/uploads/[slug]/route.ts
Original file line number Diff line number Diff line change
@@ -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'
Expand Down

0 comments on commit cce66bb

Please sign in to comment.