Skip to content

Commit 07fbb5a

Browse files
committed
docs: Add a TODO comment for the future migration of the pageWeight data field to a new Firestore database.
Signed-off-by: Max Ostapenko <1611259+max-ostapenko@users.noreply.github.com>
1 parent eeac924 commit 07fbb5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/controllers/reportController.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ const REPORT_CONFIGS = {
2020
},
2121
pageWeight: {
2222
table: 'page_weight',
23-
dataField: 'pageWeight'
23+
dataField: 'pageWeight' // TODO: change to page_weight once migrated to new Firestore DB
2424
},
2525
lighthouse: {
2626
table: 'lighthouse',

0 commit comments

Comments
 (0)