Skip to content

Commit

Permalink
✂️
Browse files Browse the repository at this point in the history
  • Loading branch information
flvndvd committed Apr 4, 2024
1 parent a8bebec commit 21620f8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions front/lib/dfs/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,6 @@ const bucketKeysToBucket: Record<SupportedBucketKeyType, Bucket> = {
PUBLIC_UPLOAD: storage.bucket(config.getPublicUploadBucket()),
};

export function getPublicUploadBucket() {
return storage.bucket(config.getPublicUploadBucket());
}

export async function uploadToBucket(
bucketKey: SupportedBucketKeyType,
file: formidable.File
Expand Down

0 comments on commit 21620f8

Please sign in to comment.