Fixed deleting "one-time" root requests whilst removing outdated
This commit is contained in:
parent
d86fb033ea
commit
8515971ccf
@ -25,6 +25,9 @@ class PolicyDao(
|
||||
and {
|
||||
lessThan("until", nowSeconds.toString())
|
||||
}
|
||||
or {
|
||||
lessThan("until", "0")
|
||||
}
|
||||
}
|
||||
}.ignoreElement()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user