Harmonize review page properties between front and back ends
This commit is contained in:
parent
b09725726c
commit
5451c297c2
5 changed files with 19 additions and 13 deletions
|
|
@ -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"`
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue