Minify fixture JSON

Co-authored-by: Ona <no-reply@ona.com>
This commit is contained in:
2026-01-17 00:07:22 +00:00
parent 8ec8b9a13e
commit c2f0b03924
2 changed files with 2 additions and 40510 deletions

File diff suppressed because one or more lines are too long

View File

@@ -23,7 +23,7 @@ async function fetchFixtures() {
}
const path = new URL("../fixtures/tfl-responses.json", import.meta.url)
await Bun.write(path, JSON.stringify(fixtures, null, "\t"))
await Bun.write(path, JSON.stringify(fixtures))
console.log(`\nFixtures saved to fixtures/tfl-responses.json`)
console.log(` Line statuses: ${(lineStatuses as unknown[]).length} lines`)