update reva to latest edge

This commit is contained in:
Michael Barz
2023-06-05 17:02:04 +02:00
parent 733e5efdda
commit 4b512fa884
16 changed files with 67 additions and 19 deletions
@@ -9,7 +9,6 @@ import (
"net/http"
"path/filepath"
"strconv"
"time"
gateway "github.com/cs3org/go-cs3apis/cs3/gateway/v1beta1"
user "github.com/cs3org/go-cs3apis/cs3/identity/user/v1beta1"
@@ -129,7 +128,7 @@ func (g Graph) GatherPersonalData(usr *user.User, ref *provider.Reference, token
if err := events.Publish(g.eventsPublisher, events.PersonalDataExtracted{
Executant: usr.GetId(),
Timestamp: time.Now(),
Timestamp: utils.TSNow(),
ErrorMsg: errmsg,
}); err != nil {
g.logger.Error().Err(err).Msg("cannot publish event")