Skip to content

Commit 064beec

Browse files
authored
Merge pull request #949 from XCCup/update_imprint_and_airspaces
update imprint and airspaces
2 parents e4e2903 + 7371b50 commit 064beec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/parser/AirspaceGeoJson.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const useProd = process.argv[6];
2121
const devUrl = "http://localhost:3000/api";
2222
const prodUrl = "https://xccup.net/api";
2323

24-
const BLACKLIST_NAMES = ["EDGG", "FIS LANGEN", "AREA"];
24+
// const BLACKLIST_NAMES = ["EDGG", "FIS LANGEN", "AREA"];
2525

2626
const targetUrl = useProd === "true" ? prodUrl : devUrl;
2727

0 commit comments

Comments
 (0)