From ec59760d9cf1d19edc94c585d47a3b6314860b58 Mon Sep 17 00:00:00 2001 From: Nick Craig-Wood Date: Fri, 21 Dec 2018 18:25:46 +0000 Subject: [PATCH] pcloud: remove duplicated UserInfo.Result field spotted by go vet --- backend/pcloud/api/types.go | 1 - 1 file changed, 1 deletion(-) 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"`