From a80f2e6fcd308e03f5b7365336e24a7840e3018a Mon Sep 17 00:00:00 2001 From: Christoph Urlacher Date: Thu, 27 Feb 2025 00:51:26 +0100 Subject: [PATCH] Lib: Comments --- src/lib/fetch.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/lib/fetch.ts b/src/lib/fetch.ts index e61adfb..19d872c 100644 --- a/src/lib/fetch.ts +++ b/src/lib/fetch.ts @@ -139,7 +139,6 @@ export const fetch_currentrace = async ( return currentrace[0]; }; -// TODO: This will make the hidden racepicks by other users visible inside the browser console... /** * Fetch all [RacePicks] from the database */ @@ -174,7 +173,6 @@ export const fetch_currentracepick = async ( return racepick; }; -// TODO: This will make the hidden seasonpicks by other users visible inside the browser console... /** * Fetch all [SeasonPicks] from the database */