Skip to content

Commit

Permalink
Merge pull request #551 from NASA-IMPACT/hotfix/fix-timelapse-payload
Browse files Browse the repository at this point in the history
Hotfix/fix timelapse payload
  • Loading branch information
leothomas authored Jul 26, 2021
2 parents 66927c0 + 3d4bc3f commit 6eff69a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/assets/scripts/redux/cog-time-data.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ export function fetchCogTimeData (id, timeframe, area) {
const { body } = await fetchJSON(url, {
method: 'POST',
body: JSON.stringify({
type: id,
month: reqDate,
datasetId: id,
date: reqDate,
geojson: area
})
});
Expand Down

0 comments on commit 6eff69a

Please sign in to comment.