Skip to content

Commit

Permalink
Merge pull request #552 from NASA-IMPACT/develop
Browse files Browse the repository at this point in the history
Release 1.9.2: Timelapse Hotfix
  • Loading branch information
leothomas authored Aug 3, 2021
2 parents 94d5358 + 6eff69a commit 5a6ca55
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 5a6ca55

Please sign in to comment.