Fix missing option in health check

This commit is contained in:
HiPhish 2024-08-11 12:58:59 +02:00
parent 97b8238fb6
commit 56e6d1ecab
2 changed files with 10 additions and 0 deletions

View file

@ -9,6 +9,15 @@ is based on `Keep a Changelog`_ and this project adheres to `Semantic
Versioning`_.
Unreleased
##########
Fixed
=====
- Health check is not aware of new `condition` configuration option
[0.6.0] - 2024-08-07
####################

View file

@ -27,6 +27,7 @@ local schema = {
priority = true,
blacklist = true,
whitelist = true,
condition = true,
log = {level = true, file = true},
}