Lib: Rename fetch_seasonpicks to fetch_visibleseasonpicks
This commit is contained in:
@ -3,7 +3,7 @@ import {
|
||||
fetch_drivers,
|
||||
fetch_hottakes,
|
||||
fetch_seasonpickedusers,
|
||||
fetch_seasonpicks,
|
||||
fetch_visibleseasonpicks,
|
||||
fetch_teams,
|
||||
} from "$lib/fetch";
|
||||
import type { PageLoad } from "../$types";
|
||||
@ -14,7 +14,7 @@ export const load: PageLoad = async ({ fetch, depends }) => {
|
||||
return {
|
||||
teams: fetch_teams(fetch),
|
||||
drivers: fetch_drivers(fetch),
|
||||
seasonpicks: fetch_seasonpicks(fetch),
|
||||
seasonpicks: fetch_visibleseasonpicks(fetch),
|
||||
hottakes: fetch_hottakes(fetch),
|
||||
seasonpickedusers: fetch_seasonpickedusers(fetch),
|
||||
|
||||
|
||||
Reference in New Issue
Block a user