This commit is contained in:
Dean 2024-02-22 15:19:17 +00:00
parent 6877d0a016
commit c0d1b31ba2
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@
const deleteApp = async () => {
if (!appId) {
console.log("No app id provided")
console.error("No app id provided")
return
}
deleting = true