Spit out as text in error console
This commit is contained in:
@@ -17,7 +17,7 @@ export async function onRequestGet(context: RequestContext) {
|
|||||||
);
|
);
|
||||||
|
|
||||||
if (!robloxUserReq.ok) {
|
if (!robloxUserReq.ok) {
|
||||||
console.log(await robloxUserReq.json());
|
console.log(await robloxUserReq.text());
|
||||||
return jsonError("Failed to resolve username", 500);
|
return jsonError("Failed to resolve username", 500);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user