Skip to content

Commit b4c1f15

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

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 count the number of speakers we didn't sync details for
10+
* to make sure we have social URLs for everybody.
11+
*/
712
;(async function main() {
813
try {
914
const speakersFilePath = join(import.meta.dirname, "speakers.json")

0 commit comments

Comments
 (0)