mirror of
https://github.com/rclone/rclone.git
synced 2025-01-11 08:49:37 +01:00
pcloud: remove duplicated UserInfo.Result field spotted by go vet
This commit is contained in:
parent
076d3da825
commit
ec59760d9c
@ -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 New Issue
Block a user