mirror of
https://github.com/Drop-OSS/drop.git
synced 2025-11-15 17:21:13 +10:00
feat: partial user platform support + statusMessage -> message
This commit is contained in:
@ -15,7 +15,7 @@ export default defineClientEventHandler(async (h3) => {
|
||||
if (!context)
|
||||
throw createError({
|
||||
statusCode: 400,
|
||||
statusMessage: "Invalid game or version",
|
||||
message: "Invalid game or version",
|
||||
});
|
||||
|
||||
return { context };
|
||||
|
||||
Reference in New Issue
Block a user