From 9fb952a68860aa982d2dfe5ced864fc898ef48b8 Mon Sep 17 00:00:00 2001 From: Walt Askew Date: Wed, 24 Jul 2024 14:09:39 -0700 Subject: [PATCH] Change Collection Name Model -> models --- cloud_functions/climateiq_merge_scenario_predictions_cf/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"