All of that and I still forgot the ampersand

This commit is contained in:
Regalijan 2023-10-23 20:45:51 -04:00
parent 3d93824aef
commit 3b4c3cf0b8
Signed by untrusted user who does not match committer: regalijan
GPG Key ID: 5D4196DA269EF520

View File

@ -60,7 +60,7 @@ export async function onRequestGet(context: RequestContext) {
for (let i = 0; i < signatures.length; i++) {
resolvedUrls.push(
`${unsignedUrls[i]}Signature=${btoa(
`${unsignedUrls[i]}&Signature=${btoa(
String.fromCharCode(...new Uint8Array(signatures[i])),
)
.replaceAll("+", "-")