Skip to content

Commit

Permalink
Update prepareAssetUpload.js - revert changes
Browse files Browse the repository at this point in the history
  • Loading branch information
cami-espinozaq authored Nov 21, 2023
1 parent 686d67c commit 04a079f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/backend/prepareAssetUpload.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,5 @@ export const handler = async (event) => {
}

const uploadUrl = s3.getSignedUrl('putObject', params)

return respond.json(200, { uploadUrl })
}

0 comments on commit 04a079f

Please sign in to comment.