Commit 8515971c authored by Viktor De Pasquale's avatar Viktor De Pasquale

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

parent d86fb033
...@@ -25,6 +25,9 @@ class PolicyDao( ...@@ -25,6 +25,9 @@ class PolicyDao(
and { and {
lessThan("until", nowSeconds.toString()) lessThan("until", nowSeconds.toString())
} }
or {
lessThan("until", "0")
}
} }
}.ignoreElement() }.ignoreElement()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment