fix: AuthClient
All checks were successful
Build (frontend build only) / build (push) Successful in 2m36s
All checks were successful
Build (frontend build only) / build (push) Successful in 2m36s
This commit is contained in:
parent
4c8ed09429
commit
63b3435117
1 changed files with 1 additions and 1 deletions
|
|
@ -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'> &
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue