improve readme

Signed-off-by: jkoberg <jkoberg@owncloud.com>
This commit is contained in:
jkoberg
2023-06-12 15:27:25 +02:00
parent aac793a400
commit f23f35e227
3 changed files with 17 additions and 8 deletions

View File

@@ -1,7 +1,6 @@
package command
import (
"fmt"
"time"
"github.com/cs3org/reva/v2/pkg/events"
@@ -40,7 +39,6 @@ func RestartPostprocessing(cfg *config.Config) *cli.Command {
}
if err := events.Publish(stream, ev); err != nil {
fmt.Println(err)
return err
}