Skip to content

Commit 81b5ba2

Browse files
committed
fix: Update Firestore database name to 'tech-report-apis' in core web vitals and lighthouse report configurations.
Signed-off-by: Max Ostapenko <1611259+max-ostapenko@users.noreply.github.com>
1 parent d80683c commit 81b5ba2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

definitions/output/reports/tech_report_core_web_vitals.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ GROUP BY
120120
JSON '''{
121121
"destination": "firestore",
122122
"config": {
123-
"database": "tech-report-api-${constants.environment}",
123+
"database": "tech-report-apis-${constants.environment}",
124124
"collection": "core_web_vitals",
125125
"type": "report",
126126
"date": "${pastMonth}"

definitions/output/reports/tech_report_lighthouse.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ GROUP BY
9696
JSON '''{
9797
"destination": "firestore",
9898
"config": {
99-
"database": "tech-report-api-${constants.environment}",
99+
"database": "tech-report-apis-${constants.environment}",
100100
"collection": "lighthouse",
101101
"type": "report",
102102
"date": "${pastMonth}"

0 commit comments

Comments
 (0)