mirror of
https://github.com/Drop-OSS/drop.git
synced 2025-11-13 16:22:39 +10:00
slight patch to rename query to be more consistent
This commit is contained in:
@ -66,6 +66,7 @@ export function defineClientEventHandler<T>(handler: EventHandlerFunction<T>) {
|
||||
default:
|
||||
throw createError({
|
||||
statusCode: 403,
|
||||
statusMessage: "No authentication",
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user