Update error message
This commit is contained in:
parent
0f1e5c510f
commit
6ee1b020df
@ -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);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user