Skip to content

Commit 21620f8

Browse files
committed
✂️
1 parent a8bebec commit 21620f8

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

front/lib/dfs/index.ts

-4
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,6 @@ const bucketKeysToBucket: Record<SupportedBucketKeyType, Bucket> = {
1515
PUBLIC_UPLOAD: storage.bucket(config.getPublicUploadBucket()),
1616
};
1717

18-
export function getPublicUploadBucket() {
19-
return storage.bucket(config.getPublicUploadBucket());
20-
}
21-
2218
export async function uploadToBucket(
2319
bucketKey: SupportedBucketKeyType,
2420
file: formidable.File

0 commit comments

Comments
 (0)