THIS TIME it should be fixed
This commit is contained in:
@ -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("/", "_")
|
||||
|
Reference in New Issue
Block a user