diff --git a/functions/api/me/items/[type]/[id].ts b/functions/api/me/items/[type]/[id].ts
index c8acb93..cbb8fc6 100644
--- a/functions/api/me/items/[type]/[id].ts
+++ b/functions/api/me/items/[type]/[id].ts
@@ -52,11 +52,11 @@ export async function onRequestGet(context: RequestContext) {
         `https://mediaproxy.carcrushers.cc/${
           data.attachments[i]
         }?Expires=${exp}&KeyName=portal-media-linkgen&Signature=${btoa(
-          String.fromCharCode(...new Uint8Array(signatures[i]))
-            .replaceAll("+", "-")
-            .replaceAll("/", "_")
-            .replaceAll("=", ""),
-        )}`,
+          String.fromCharCode(...new Uint8Array(signatures[i])),
+        )
+          .replaceAll("+", "-")
+          .replaceAll("/", "_")
+          .replaceAll("=", "")}`,
       );
     }