Skip to content

Commit

Permalink
dont compact json from hydrocron
Browse files Browse the repository at this point in the history
  • Loading branch information
devincowan committed Jun 24, 2024
1 parent 116c94e commit 32a417c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/_helpers/hydroCron.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ const queryHydroCron = async (swordFeature = null, output = 'geojson') => {
output: output,
fields: fields,
// https://podaac.github.io/hydrocron/timeseries.html#compact-string-required-no
compact: 'true'
compact: 'false'
}
let response = await fetchHydroCronData(HYDROCRON_URL, params, swordFeature)
if (response == null) {
Expand Down

0 comments on commit 32a417c

Please sign in to comment.