Lib: Comments

This commit is contained in:
2025-02-27 00:51:26 +01:00
parent 1933ad8ca8
commit a80f2e6fcd

View File

@ -139,7 +139,6 @@ export const fetch_currentrace = async (
return currentrace[0]; return currentrace[0];
}; };
// TODO: This will make the hidden racepicks by other users visible inside the browser console...
/** /**
* Fetch all [RacePicks] from the database * Fetch all [RacePicks] from the database
*/ */
@ -174,7 +173,6 @@ export const fetch_currentracepick = async (
return racepick; return racepick;
}; };
// TODO: This will make the hidden seasonpicks by other users visible inside the browser console...
/** /**
* Fetch all [SeasonPicks] from the database * Fetch all [SeasonPicks] from the database
*/ */