Merge branch 'front' of ssh://meowgit.nekoea.red:22222/nihonium/nyanimedb into front
All checks were successful
Build (frontend build only) / build (push) Successful in 2m37s

This commit is contained in:
Iron_Felix 2025-12-20 02:40:26 +03:00
commit ac7be4f764

View file

@ -30,7 +30,7 @@ export const authClient: Client = {
request: function <
TData = unknown,
TError = unknown,
ThrowOnError extends boolean = false,
ThrowOnError extends boolean = true,
TResponseStyle extends ResponseStyle = 'fields',
>(
options: Omit<RequestOptions<TData, TResponseStyle, ThrowOnError>, 'method'> &