Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
All of that and I still forgot the ampersand
  • Loading branch information
Regalijan authored and Regalijan committed Oct 24, 2023
1 parent 3d93824 commit 3b4c3cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions/api/me/items/[type]/[id].ts
Expand Up @@ -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("+", "-")
Expand Down

0 comments on commit 3b4c3cf

Please sign in to comment.