Update storage of reporter in contact
I failed to retrieve the data correctly before as part of the changeover to contact records. Issue: #13
This commit is contained in:
parent
b9f2107c79
commit
e3cc1e99d1
9 changed files with 132 additions and 50 deletions
|
|
@ -46,6 +46,7 @@ func (res *publicreportNotificationR) Create(ctx context.Context, r *http.Reques
|
|||
Name: n.Name,
|
||||
Notification: n.Notification,
|
||||
Phone: phone,
|
||||
PhoneCanSms: n.CanSMS,
|
||||
ReportID: n.ReportID,
|
||||
Subscription: n.Subscription,
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue