aboutsummaryrefslogtreecommitdiff
path: root/lib/contact/google/feed.go
diff options
context:
space:
mode:
Diffstat (limited to 'lib/contact/google/feed.go')
-rw-r--r--lib/contact/google/feed.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/contact/google/feed.go b/lib/contact/google/feed.go
index fbbc3584..aa3716a6 100644
--- a/lib/contact/google/feed.go
+++ b/lib/contact/google/feed.go
@@ -25,6 +25,6 @@ type Feed struct {
// StartIndex GD `json:"openSearch$startIndex,omitempty"`
// ItemsPerPage GD `json:"openSearch$itemsPerPage,omitempty"`
- TotalResult GD `json:"openSearch$totalResults,omitempty"`
+ TotalResult GD `json:"openSearch$totalResults"`
Contacts []Contact `json:"entry,omitempty"`
}