Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
THIS TIME it should be fixed
  • Loading branch information
regalijan committed Oct 19, 2023
1 parent b97bfa9 commit 112e1fa
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions functions/api/uploads/[[id]].ts
Expand Up @@ -18,8 +18,7 @@ export async function onRequestGet(context: RequestContext) {

return Response.redirect(
`${unsignedURL}&Signature=${btoa(
// @ts-expect-error
String.fromCodePoint(...signature),
String.fromCodePoint(...new Uint8Array(signature)),
)
.replaceAll("+", "-")
.replaceAll("/", "_")
Expand Down

0 comments on commit 112e1fa

Please sign in to comment.