We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 880c030 commit eea1c46Copy full SHA for eea1c46
src/server.ts
@@ -5,4 +5,4 @@ export { getDriverStandings } from "./scraper/driver-standings";
5
export { getConstructorStandings } from "./scraper/constructors-standings";
6
export { getWorldChampions } from "./scraper/world-champions";
7
export { getRaceResults } from "./scraper/race-results";
8
-// export { getRaceSchedule } from "./scraper/race-schedule";
+export { getRaceSchedule } from "./scraper/race-schedule";
0 commit comments