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