Skip to content

Commit 1dc1701

Browse files
committed
Fix presign on time series data fetches
1 parent 087a53c commit 1dc1701

File tree

3 files changed

+122
-135
lines changed

3 files changed

+122
-135
lines changed

lib/components/TimeSeriesViewer/TimeSeriesViewerContext.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1352,7 +1352,7 @@ var Provider = function Provider(props) {
13521352
var getSiteMonthDataURL = function getSiteMonthDataURL(siteCode, month) {
13531353
var root = _NeonEnvironment.default.getFullApiPath('data');
13541354

1355-
return "".concat(root, "/").concat(state.product.productCode, "/").concat(siteCode, "/").concat(month, "?presign=false");
1355+
return "".concat(root, "/").concat(state.product.productCode, "/").concat(siteCode, "/").concat(month);
13561356
};
13571357

13581358
var _state$selection = state.selection,

0 commit comments

Comments
 (0)