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
All checks were successful
Build (frontend build only) / build (push) Successful in 2m37s
This commit is contained in:
commit
ac7be4f764
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ export const authClient: Client = {
|
||||||
request: function <
|
request: function <
|
||||||
TData = unknown,
|
TData = unknown,
|
||||||
TError = unknown,
|
TError = unknown,
|
||||||
ThrowOnError extends boolean = false,
|
ThrowOnError extends boolean = true,
|
||||||
TResponseStyle extends ResponseStyle = 'fields',
|
TResponseStyle extends ResponseStyle = 'fields',
|
||||||
>(
|
>(
|
||||||
options: Omit<RequestOptions<TData, TResponseStyle, ThrowOnError>, 'method'> &
|
options: Omit<RequestOptions<TData, TResponseStyle, ThrowOnError>, 'method'> &
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue