Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update error message
  • Loading branch information
regalijan committed Apr 3, 2024
1 parent 0f1e5c5 commit 6ee1b02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions/api/game-bans/[user]/save-data.ts
Expand Up @@ -9,6 +9,6 @@ export async function onRequestGet(context: RequestContext) {
try {
return jsonResponse(JSON.stringify(await getSaveData(context, id)));
} catch {
return jsonError("Failed to retrieve save data", 500);
return jsonError("Request to Roblox failed", 500);
}
}

0 comments on commit 6ee1b02

Please sign in to comment.