Skip to content

Commit

Permalink
fix filenames in frozen-incidence.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Rubber1Duck committed Nov 8, 2023
1 parent b4c1efc commit d79f586
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/data-requests/frozen-incidence.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ const Districts: Region = {
Unofficial: {
key: "ags",
githubUrlUnofficial:
"https://raw.githubusercontent.com/Rubber1Duck/RD_RKI_COVID19_DATA/master/dataStore/frozen-incidence/LK.json.gz",
"https://raw.githubusercontent.com/Rubber1Duck/RD_RKI_COVID19_DATA/master/dataStore/frozen-incidence/LK.json.xz",
redisKeyUnofficial: "DistrictsUnofficial",
},
};
Expand Down Expand Up @@ -121,7 +121,7 @@ const States: Region = {
Unofficial: {
key: "abbreviation",
githubUrlUnofficial:
"https://raw.githubusercontent.com/Rubber1Duck/RD_RKI_COVID19_DATA/master/dataStore/frozen-incidence/BL.json.gz",
"https://raw.githubusercontent.com/Rubber1Duck/RD_RKI_COVID19_DATA/master/dataStore/frozen-incidence/BL.json.xz",
redisKeyUnofficial: "StatesUnofficial",
},
};
Expand Down

0 comments on commit d79f586

Please sign in to comment.