fix audit service

Signed-off-by: jkoberg <jkoberg@owncloud.com>
This commit is contained in:
jkoberg
2022-08-17 14:20:05 +02:00
committed by kobergj
parent 66ff20442f
commit 152ce60d87
8 changed files with 29 additions and 7 deletions
+1
View File
@@ -49,6 +49,7 @@ func NewSutureService(cfg *ociscfg.Config) suture.Service {
}
}
// Serve implements Server interface
func (s SutureService) Serve(ctx context.Context) error {
s.cfg.Context = ctx
if err := Execute(s.cfg); err != nil {