Skip to content

Commit

Permalink
fix: clean up comments regarding s3
Browse files Browse the repository at this point in the history
  • Loading branch information
diced committed Jul 14, 2024
1 parent ea41a50 commit 049fb63
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib/api/upload/upload.ts
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,6 @@ export async function handleFile({
});

await datasource.put(fileUpload.name, file.buffer);
// TODO: add s3 implementation

const responseUrl = `${domain}${
config.files.route === '/' || config.files.route === '' ? '' : `${config.files.route}`
Expand Down

0 comments on commit 049fb63

Please sign in to comment.