Match districts on pool reports too

This commit is contained in:
Eli Ribble 2026-02-10 15:09:57 +00:00
parent 5802fe4fd3
commit c74fff6da9
No known key found for this signature in database
4 changed files with 55 additions and 43 deletions

View file

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