diff --git a/api/app/endpoint_handlers/dataset.py b/api/app/endpoint_handlers/dataset.py index c03a54b..e239b02 100644 --- a/api/app/endpoint_handlers/dataset.py +++ b/api/app/endpoint_handlers/dataset.py @@ -29,9 +29,10 @@ MESSAGE_SEPARATOR = os.environ["MESSAGE_SEPARATOR"] def _is_etimate_enabled(dataset_id, product_id): - if dataset_id in ("sentinel-2",): - return False - return True + return False + # if dataset_id in ("sentinel-2",): + # return False + # return True @log_execution_time(log)