bump reva to ec27f5f8feb3

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
This commit is contained in:
Jörn Friedrich Dreyer
2023-02-15 15:26:07 +00:00
parent 92923f6801
commit 9b00f02383
9 changed files with 195 additions and 149 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ func (s Service) Run() error {
for e := range ch {
var errs []error
switch ev := e.(type) {
switch ev := e.Event.(type) {
case PurgeTrashBin:
executionTime := ev.ExecutionTime
if executionTime.IsZero() {