Skip to content

Commit

Permalink
Update bin/automated-update.js
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickhulce authored Aug 7, 2024
1 parent dcc90e0 commit e8912d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/automated-update.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const TABLE_REPLACEMENTS = process.env.USE_SAMPLE_DATA
[process.env.OVERRIDE_HA_LH_TABLE, HA_LH_TABLE_REGEX],
[process.env.OVERRIDE_HA_REQUESTS_TABLE, HA_REQUESTS_TABLE_REGEX],
[process.env.OVERRIDE_LH_3P_TABLE, LH_3P_TABLE_REGEX],
[process.env.OVERRIDE_LH_PROJECT, LH_REGEX],
[process.env.OVERRIDE_LH_PROJECT, LH_PROJECT_REGEX],
].filter(([override]) => override)

function getQueryForTable(filename, dateUnderscore) {
Expand Down

0 comments on commit e8912d0

Please sign in to comment.