This commit is contained in:
Adria Navarro 2025-03-18 09:46:44 +01:00
parent 8b9db07858
commit e728ee5384
1 changed files with 2 additions and 2 deletions

View File

@ -57,8 +57,8 @@ export async function edit(
id: ctx.params.id,
name: body.name,
url: body.url,
clientId: ctx.clientId,
clientSecret: ctx.clientSecret,
clientId: body.clientId,
clientSecret: body.clientSecret,
}
const config = await sdk.oauth2.update(toUpdate)