fix: typo
This commit is contained in:
parent
dc586e3991
commit
d6bd2308a1
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ module.exports = async function () {
|
|||
"id" = ${alertId}
|
||||
`
|
||||
|
||||
if (alert) {
|
||||
if (!alert) {
|
||||
// alert removed
|
||||
return
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue