bump reva

Signed-off-by: Christian Richter <c.richter@opencloud.eu>
This commit is contained in:
Christian Richter
2025-08-27 10:36:13 +02:00
parent 19141c2b71
commit f524d5de91
8 changed files with 69 additions and 79 deletions
+1 -1
View File
@@ -63,7 +63,7 @@ type UserSoftDeleted struct {
Reason string
}
// Unmarshal to fulfill umarshaller interface
// Unmarshal to fulfill unmarshaller interface
func (UserSoftDeleted) Unmarshal(v []byte) (interface{}, error) {
e := UserSoftDeleted{}
err := json.Unmarshal(v, &e)