Skip to content

Commit 6a72d2e

Browse files
committed
Add a redundant comment so Prettier stops removing this whitespace
1 parent 8703998 commit 6a72d2e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

scripts/sync-sched/count-speakers-without-details.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ import { join } from "node:path"
44
import { readFile } from "node:fs/promises"
55

66
import type { SchedSpeaker } from "@/app/conf/_api/sched-types"
7+
8+
/**
9+
* We download Sched's data to JSON files to avoid 30 reqs/min rate limit
10+
* would breaks our static build when we try all the queries at once.
11+
*/
712
;(async function main() {
813
try {
914
const speakersFilePath = join(import.meta.dirname, "speakers.json")

0 commit comments

Comments
 (0)