mirror of
https://github.com/Drop-OSS/drop.git
synced 2025-11-14 08:41:15 +10:00
feat: partial user platform support + statusMessage -> message
This commit is contained in:
@ -9,7 +9,7 @@ export default defineEventHandler(async (h3) => {
|
||||
if (!clientId)
|
||||
throw createError({
|
||||
statusCode: 400,
|
||||
statusMessage: "Client ID missing in route params",
|
||||
message: "Client ID missing in route params",
|
||||
});
|
||||
|
||||
await clientHandler.removeClient(clientId);
|
||||
|
||||
Reference in New Issue
Block a user