slight patch to rename query to be more consistent

This commit is contained in:
DecDuck
2024-10-23 12:13:30 +11:00
parent 3dd6062af4
commit 7f4db0c1dc
2 changed files with 9 additions and 4 deletions

View File

@ -66,6 +66,7 @@ export function defineClientEventHandler<T>(handler: EventHandlerFunction<T>) {
default:
throw createError({
statusCode: 403,
statusMessage: "No authentication",
});
}