Data/Official: Update scraped data "depends" name

This commit is contained in:
2025-06-07 22:44:01 +02:00
parent f0950d3241
commit e4be7c4830
4 changed files with 4 additions and 4 deletions

View File

@ -2,7 +2,7 @@ import { fetch_scraped_teamstandings, fetch_teams } from "$lib/fetch";
import type { PageLoad } from "../../../$types";
export const load: PageLoad = async ({ fetch, depends }) => {
depends("data:scraped_teamstandings", "data:teams");
depends("data:official", "data:teams");
return {
scraped_teamstandings: fetch_scraped_teamstandings(fetch),