fix: type error
This commit is contained in:
parent
5a09d5b070
commit
80b4028ec7
1 changed files with 2 additions and 4 deletions
6
app.ts
6
app.ts
|
@ -162,10 +162,8 @@ async function main() {
|
|||
return;
|
||||
}
|
||||
|
||||
const success = await oauth2Api.deleteOauth2Application(appId);
|
||||
if (success) {
|
||||
console.log("OAuth2 application deleted successfully!");
|
||||
}
|
||||
await oauth2Api.deleteOauth2Application(appId);
|
||||
console.log("OAuth2 application deleted successfully!");
|
||||
})
|
||||
.command("update", "Update OAuth2 application")
|
||||
.action(async () => {
|
||||
|
|
Loading…
Add table
Reference in a new issue