mirror of
https://github.com/versia-pub/server.git
synced 2025-12-06 00:18:19 +01:00
fix(packages/client): 🚨 Remove useless default value
This commit is contained in:
parent
9cf85e951e
commit
bf890aec15
|
|
@ -2824,7 +2824,7 @@ export class Client extends BaseClient {
|
|||
}>,
|
||||
extra?: RequestInit,
|
||||
): Promise<URL> {
|
||||
return this.post<void>(
|
||||
return this.post(
|
||||
`/oauth/sso/${issuer}`,
|
||||
{
|
||||
client_id,
|
||||
|
|
|
|||
Loading…
Reference in a new issue