Data/Season: Add comment

This commit is contained in:
2025-01-26 15:21:48 +01:00
parent cb8df4e05e
commit 8dc9675d84

View File

@ -43,6 +43,7 @@ export const load: LayoutServerLoad = async ({ fetch, locals }) => {
return drivers;
};
// TODO: Duplicated code from racepicks/+page.server.ts
const fetch_races = async (): Promise<Race[]> => {
const races: Race[] = await locals.pb.collection("races").getFullList({
sort: "+step",