Fix display of reporter name on comms page
This commit is contained in:
parent
148454d392
commit
a8f2c87e38
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ type Contact struct {
|
|||
Email *string `db:"email" json:"-"`
|
||||
HasEmail bool `json:"has_email"`
|
||||
HasPhone bool `json:"has_phone"`
|
||||
Name *string `db:"name"`
|
||||
Name *string `db:"name" json:"name"`
|
||||
Phone *string `db:"phone" json:"-"`
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue