bump reva

Signed-off-by: jkoberg <jkoberg@owncloud.com>
This commit is contained in:
jkoberg
2023-03-08 12:04:49 +01:00
parent 9255fdd935
commit c1d436a271

View File

@@ -111,7 +111,8 @@ func (ul *UserlogService) MemorizeEvents(ch <-chan events.Event) {
}
if err != nil {
ul.log.Error().Err(err).Interface("event", event).Msg("error gathering members for event")
// TODO: Find out why this errors on ci pipeline
ul.log.Debug().Err(err).Interface("event", event).Msg("error gathering members for event")
continue
}