diff --git a/functions/api/game-bans/[user]/history.ts b/functions/api/game-bans/[user]/history.ts index c9d2dc6..863e7fa 100644 --- a/functions/api/game-bans/[user]/history.ts +++ b/functions/api/game-bans/[user]/history.ts @@ -17,7 +17,7 @@ export async function onRequestGet(context: RequestContext) { ); if (!robloxUserReq.ok) { - console.log(await robloxUserReq.json()); + console.log(await robloxUserReq.text()); return jsonError("Failed to resolve username", 500); }