Skip to content

Commit

Permalink
chore(dataset): remove hard coded version from getTreeCoverGainByPlan…
Browse files Browse the repository at this point in the history
…tationType
  • Loading branch information
willian-viana committed Dec 5, 2024
1 parent d82eb1b commit 64dda8d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion services/analysis-cached.js
Original file line number Diff line number Diff line change
Expand Up @@ -896,7 +896,6 @@ export const getTreeCoverGainByPlantationType = (params) => {
...params,
dataset: 'annual',
datasetType: 'summary',
version: 'v20221012',
});

if (!requestUrl) return new Promise(() => {});
Expand Down

0 comments on commit 64dda8d

Please sign in to comment.