This commit is contained in:
devthejo 2025-08-08 12:25:20 +02:00
parent 9920f40268
commit 042d4040ee
No known key found for this signature in database
GPG key ID: 00CCA7A92B1D5351

View file

@ -263,7 +263,7 @@ module.exports = async function () {
await setNotificationSent(alertingId, sentOnce) await setNotificationSent(alertingId, sentOnce)
}, },
{ {
dedupOptions: { enabled: false }, dedupOptions: { enabled: true },
} }
) )
} }