Harmonize review page properties between front and back ends

This commit is contained in:
Eli Ribble 2026-04-14 23:29:29 +00:00
parent b09725726c
commit 5451c297c2
No known key found for this signature in database
5 changed files with 19 additions and 13 deletions

View file

@ -23,7 +23,7 @@ func Session(r *router) *sessionR {
}
type organization struct {
ID int32 `json:"organization_id"`
ID int32 `json:"id"`
ServiceArea *types.ServiceArea `json:"service_area"`
}