Match districts on pool reports too
This commit is contained in:
parent
5802fe4fd3
commit
c74fff6da9
4 changed files with 55 additions and 43 deletions
|
|
@ -152,7 +152,7 @@ func postWater(w http.ResponseWriter, r *http.Request) {
|
|||
um.Where(psql.Quote("id").EQ(psql.Arg(pool.ID))),
|
||||
).Exec(ctx, tx)
|
||||
if err != nil {
|
||||
respondError(w, "Failed to insert publicreport.pool", err, http.StatusInternalServerError)
|
||||
respondError(w, "Failed to update publicreport.pool geospatial", err, http.StatusInternalServerError)
|
||||
return
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue