return the body

This commit is contained in:
Girish Ramakrishnan
2025-09-12 19:00:19 +02:00
parent 1a588b34fa
commit 9bcca0a791

View File

@@ -109,7 +109,7 @@ function create() {
}
if (error || result.status !== 201) return [error || result];
return [null];
return [null, result.body];
},
async updateOpenIdClient(id, name, loginRedirectUri, tokenSignatureAlgorithm) {
let error, result;