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:
Eli Ribble 2026-05-21 16:59:44 +00:00
parent b9f2107c79
commit e3cc1e99d1
No known key found for this signature in database
9 changed files with 132 additions and 50 deletions

View file

@ -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,
})