We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a094c2 commit 84404aeCopy full SHA for 84404ae
app/views/issues/show.api.rsb
@@ -26,7 +26,7 @@ api.issue do
26
if @issue.geom
27
api.geojson (params[:format] == "json") ? @issue.geojson : @issue.geojson.to_json
28
else
29
- api.geojson ""
+ api.geojson nil
30
end
31
32
render_api_custom_values @issue.visible_custom_field_values, api
0 commit comments