diff options
Diffstat (limited to 'lib/contact/google/org.go')
| -rw-r--r-- | lib/contact/google/org.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/contact/google/org.go b/lib/contact/google/org.go index c2cb8b1f..5cc9683e 100644 --- a/lib/contact/google/org.go +++ b/lib/contact/google/org.go @@ -6,6 +6,6 @@ package google // Org as organisation. type Org struct { Type string `json:"rel,omitempty"` - Name GD `json:"gd$orgName,omitempty"` - JobTitle GD `json:"gd$orgTitle,omitempty"` + Name GD `json:"gd$orgName"` + JobTitle GD `json:"gd$orgTitle"` } |
