@HolgerJeromin commented on this pull request.
> @@ -28,8 +29,16 @@ OSM.NewNote = function (map) {
text
})
})
+ .then((response) => {
+ if (response.status === 200) {
```suggestion
if (response.ok) {
```
--
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/pull/7132#pullrequestreview-4443774936
You are receiving this because you are subscribed to this thread.
Message ID:
<openstreetmap/openstreetmap-website/pull/7132/review/[email protected]>_______________________________________________
rails-dev mailing list
[email protected]
https://lists.openstreetmap.org/listinfo/rails-dev