return the body
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user