diff --git a/backend/pcloud/api/types.go b/backend/pcloud/api/types.go index 17baf8904..c73af92d8 100644 --- a/backend/pcloud/api/types.go +++ b/backend/pcloud/api/types.go @@ -161,7 +161,6 @@ type UserInfo struct { PublicLinkQuota int64 `json:"publiclinkquota"` Email string `json:"email"` UserID int `json:"userid"` - Result int `json:"result"` Quota int64 `json:"quota"` TrashRevretentionDays int `json:"trashrevretentiondays"` Premium bool `json:"premium"`