HackRU / frontendv2

Running it back.
https://frontendv2-six.vercel.app
5 stars 2 forks source link

Fix Resume Upload failing #138

Open avsomers25 opened 1 month ago

avsomers25 commented 1 month ago

Problem: Resume upload fails in case of an attempted overwrite. It fails because info.response.url it is not checked that getResume didn’t error out first which then causes info.response.url to be an invalid url, which is then attempted to be uploaded to

avsomers25 commented 1 month ago

Update waiver code as well