diff --git a/web.js b/web.js index 6f5329c..eacb6a1 100644 --- a/web.js +++ b/web.js @@ -167,7 +167,8 @@ function updateOverviewTable() { "headache", "hoursDriving", "alcoholIntake", - "withingsSleepingHR" + "withingsSleepingHR", + "watchedTVHours" ]; var queryToUse = "SELECT"; var weekTimestamp = moment() diff --git a/web.ts b/web.ts index bcd0407..74a9749 100644 --- a/web.ts +++ b/web.ts @@ -210,7 +210,8 @@ function updateOverviewTable() { "headache", "hoursDriving", "alcoholIntake", - "withingsSleepingHR" + "withingsSleepingHR", + "watchedTVHours" ]; let queryToUse = "SELECT"; const weekTimestamp =