forked from TrueCloudLab/rclone
pcloud: remove duplicated UserInfo.Result field spotted by go vet
This commit is contained in:
parent
076d3da825
commit
ec59760d9c
1 changed files with 0 additions and 1 deletions
|
@ -161,7 +161,6 @@ type UserInfo struct {
|
||||||
PublicLinkQuota int64 `json:"publiclinkquota"`
|
PublicLinkQuota int64 `json:"publiclinkquota"`
|
||||||
Email string `json:"email"`
|
Email string `json:"email"`
|
||||||
UserID int `json:"userid"`
|
UserID int `json:"userid"`
|
||||||
Result int `json:"result"`
|
|
||||||
Quota int64 `json:"quota"`
|
Quota int64 `json:"quota"`
|
||||||
TrashRevretentionDays int `json:"trashrevretentiondays"`
|
TrashRevretentionDays int `json:"trashrevretentiondays"`
|
||||||
Premium bool `json:"premium"`
|
Premium bool `json:"premium"`
|
||||||
|
|
Loading…
Reference in a new issue