Lint
This commit is contained in:
parent
6877d0a016
commit
c0d1b31ba2
|
@ -30,7 +30,7 @@
|
|||
|
||||
const deleteApp = async () => {
|
||||
if (!appId) {
|
||||
console.log("No app id provided")
|
||||
console.error("No app id provided")
|
||||
return
|
||||
}
|
||||
deleting = true
|
||||
|
|
Loading…
Reference in New Issue