Skip to content

Commit 5a6ca55

Browse files
authored
Merge pull request #552 from NASA-IMPACT/develop
Release 1.9.2: Timelapse Hotfix
2 parents 94d5358 + 6eff69a commit 5a6ca55

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/assets/scripts/redux/cog-time-data.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ export function fetchCogTimeData (id, timeframe, area) {
3232
const { body } = await fetchJSON(url, {
3333
method: 'POST',
3434
body: JSON.stringify({
35-
type: id,
36-
month: reqDate,
35+
datasetId: id,
36+
date: reqDate,
3737
geojson: area
3838
})
3939
});

0 commit comments

Comments
 (0)