Update error message
This commit is contained in:
parent
0f1e5c510f
commit
6ee1b020df
@ -9,6 +9,6 @@ export async function onRequestGet(context: RequestContext) {
|
|||||||
try {
|
try {
|
||||||
return jsonResponse(JSON.stringify(await getSaveData(context, id)));
|
return jsonResponse(JSON.stringify(await getSaveData(context, id)));
|
||||||
} catch {
|
} 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