diff options
Diffstat (limited to 'lib/contact/microsoft/contact.go')
| -rw-r--r-- | lib/contact/microsoft/contact.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/contact/microsoft/contact.go b/lib/contact/microsoft/contact.go index cb36594b..ea81168d 100644 --- a/lib/contact/microsoft/contact.go +++ b/lib/contact/microsoft/contact.go @@ -53,9 +53,9 @@ type Contact struct { SpouseName string `json:"spouseName,omitempty"` PersonalNotes string `json:"personalNotes,omitempty"` - HomeAddress Address `json:"homeAddress,omitempty"` - BusinessAddress Address `json:"businessAddress,omitempty"` - OtherAddress Address `json:"otherAddress,omitempty"` + HomeAddress Address `json:"homeAddress"` + BusinessAddress Address `json:"businessAddress"` + OtherAddress Address `json:"otherAddress"` IMAddresses []string `json:"imAddresses,omitempty"` HomePhones []string `json:"homePhones,omitempty"` |
