Skip to content

Commit d5f18c3

Browse files
committed
Update to simradar21 url
1 parent bda1a4b commit d5f18c3

File tree

3 files changed

+43
-43
lines changed

3 files changed

+43
-43
lines changed

apps/updater/src/airlines.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
import { rdsGetSingle, rdsSetSingle } from "@sr24/db/redis";
22
import axios from "axios";
33

4-
const RELEASE_URL = "https://api.github.com/repos/sebastiankrll/simradar24-data/releases/latest";
5-
const BASE_DATA_URL = "https://github.com/sebastiankrll/simradar24-data/releases/download/";
4+
const RELEASE_URL = "https://api.github.com/repos/sebastiankrll/simradar21-data/releases/latest";
5+
const BASE_DATA_URL = "https://github.com/sebastiankrll/simradar21-data/releases/download/";
66

77
let version: string | null = null;
88

apps/updater/src/fleet.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ import StreamJson from "stream-json";
66
import StreamArray from "stream-json/streamers/StreamArray.js";
77
import { fetch } from "undici";
88

9-
const RELEASE_URL = "https://api.github.com/repos/sebastiankrll/simradar24-data/releases/latest";
10-
const BASE_DATA_URL = "https://github.com/sebastiankrll/simradar24-data/releases/download/";
9+
const RELEASE_URL = "https://api.github.com/repos/sebastiankrll/simradar21-data/releases/latest";
10+
const BASE_DATA_URL = "https://github.com/sebastiankrll/simradar21-data/releases/download/";
1111

1212
let version: string | null = null;
1313

package-lock.json

Lines changed: 39 additions & 39 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)