diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte index c42763d..4f665d8 100644 --- a/src/routes/+layout.svelte +++ b/src/routes/+layout.svelte @@ -327,6 +327,9 @@ "seasonpicks", "substitutions", "teams", + "scraped_raceresults", + "scraped_driverstandings", + "scraped_teamstandings", // The view collections do not receive realtime events ]), @@ -342,6 +345,9 @@ "seasonpicks", "substitutions", "teams", + "scraped_raceresults", + "scraped_driverstandings", + "scraped_teamstandings", ]), );