Skeleton: Remove dependencies/subscriptions on view collections
All checks were successful
Build Formula11 Docker Image / pocketbase-docker (push) Successful in 26s
All checks were successful
Build Formula11 Docker Image / pocketbase-docker (push) Successful in 26s
This commit is contained in:
@ -10,14 +10,7 @@ import {
|
||||
import type { PageLoad } from "../$types";
|
||||
|
||||
export const load: PageLoad = async ({ fetch, depends }) => {
|
||||
depends(
|
||||
"data:racepicks",
|
||||
"data:currentpickedusers",
|
||||
"data:raceresults",
|
||||
"data:drivers",
|
||||
"data:races",
|
||||
"data:currentrace",
|
||||
);
|
||||
depends("data:racepicks", "data:users", "data:raceresults", "data:drivers", "data:races");
|
||||
|
||||
return {
|
||||
racepicks: fetch_racepicks(fetch),
|
||||
|
||||
Reference in New Issue
Block a user