Fixed deleting "one-time" root requests whilst removing outdated

This commit is contained in:
Viktor De Pasquale 2019-05-23 19:18:16 +02:00
parent d86fb033ea
commit 8515971ccf

View File

@ -25,6 +25,9 @@ class PolicyDao(
and { and {
lessThan("until", nowSeconds.toString()) lessThan("until", nowSeconds.toString())
} }
or {
lessThan("until", "0")
}
} }
}.ignoreElement() }.ignoreElement()