diff --git a/cloud_functions/climateiq_merge_scenario_predictions_cf/main.py b/cloud_functions/climateiq_merge_scenario_predictions_cf/main.py index 5afe035..4ed3ff2 100644 --- a/cloud_functions/climateiq_merge_scenario_predictions_cf/main.py +++ b/cloud_functions/climateiq_merge_scenario_predictions_cf/main.py @@ -25,7 +25,7 @@ # ID for the Study Areas collection in Firestore. STUDY_AREAS_COLLECTION_ID = "study_areas" # ID for the Model collection in Firestore. -MODEL_COLLECTION_ID = "Model" +MODEL_COLLECTION_ID = "models" # ID for the Runs sub-collection in Firestore. RUNS_COLLECTION_ID = "runs"