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