Skip to content

Commit

Permalink
NMPZ: changed ref
Browse files Browse the repository at this point in the history
  • Loading branch information
sh-mug authored Nov 10, 2024
1 parent 68e1d30 commit caeb4d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nmpz/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ const getRandomCoordinate = async () => new Promise((resolve, reject) => {
});

const getCountryName = async (country_code: string): Promise<Country> => new Promise((resolve, reject) => {
const url = "https://raw.githubusercontent.com/sh-mug/countries/fix-jpn-translations/countries.json";
const url = "https://raw.githubusercontent.com/mledoze/countries/master/countries.json";
fetch(url)
.then((response) => response.json())
.then((data) => {
Expand Down

0 comments on commit caeb4d8

Please sign in to comment.