bump reva to ec27f5f8feb3
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user