diff --git a/pkg/contact/contact.go b/pkg/contact/contact.go index 1cea684..4e54b04 100644 --- a/pkg/contact/contact.go +++ b/pkg/contact/contact.go @@ -2,5 +2,5 @@ package contact type Contact struct { PhoneNumber string `json:"phone_number,omitempty"` - UserId string `json:"user_id,omitempty"` + UserId string `json:"user_id,omitempty"` }