fix: typo

This commit is contained in:
Jo 2025-08-24 11:18:25 +02:00
parent dc586e3991
commit d6bd2308a1
Signed by: devthejo
GPG key ID: 00CCA7A92B1D5351

View file

@ -29,7 +29,7 @@ module.exports = async function () {
"id" = ${alertId}
`
if (alert) {
if (!alert) {
// alert removed
return
}