adjust userlog service

Signed-off-by: jkoberg <jkoberg@owncloud.com>
This commit is contained in:
jkoberg
2023-08-29 14:01:44 +02:00
parent 1bfdc43054
commit 91176db30d
8 changed files with 31 additions and 59 deletions
+1 -1
View File
@@ -80,7 +80,7 @@ func Server(opts ...Option) (http.Service, error) {
handle, err := svc.NewUserlogService(
svc.Logger(options.Logger),
svc.Consumer(options.Consumer),
svc.Stream(options.Stream),
svc.Mux(mux),
svc.Store(options.Store),
svc.Config(options.Config),