Skip to content

Commit eea1c46

Browse files
committed
Fix getRaceResults method
1 parent 880c030 commit eea1c46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ export { getDriverStandings } from "./scraper/driver-standings";
55
export { getConstructorStandings } from "./scraper/constructors-standings";
66
export { getWorldChampions } from "./scraper/world-champions";
77
export { getRaceResults } from "./scraper/race-results";
8-
// export { getRaceSchedule } from "./scraper/race-schedule";
8+
export { getRaceSchedule } from "./scraper/race-schedule";

0 commit comments

Comments
 (0)