Skip to content

Commit fdac7b3

Browse files
committed
chore: update data file endpoint
1 parent 1705a59 commit fdac7b3

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/download.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ export type CurrentVersion = VersionNumber & {
5858
// Configuration constants
5959
//
6060

61-
const BASE_URL = 'https://data.10ten.study/';
61+
const BASE_URL = 'https://data.10ten.life/';
6262

6363
const DOWNLOAD_TIMEOUT = 20_000;
6464

@@ -357,8 +357,8 @@ async function* getEvents({
357357
format === 'patch'
358358
? `${commonUrlStart}-patch.jsonl`
359359
: partInfo
360-
? `${commonUrlStart}-${partInfo.part}.jsonl`
361-
: `${commonUrlStart}.jsonl`;
360+
? `${commonUrlStart}-${partInfo.part}.jsonl`
361+
: `${commonUrlStart}.jsonl`;
362362

363363
let response;
364364
try {

0 commit comments

Comments
 (0)