Skip to content

Commit

Permalink
Merge pull request #963 from tsg-ut/sh-mug-patch-1
Browse files Browse the repository at this point in the history
NMPZ: changed ref
  • Loading branch information
sh-mug authored Nov 10, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
2 parents 68e1d30 + caeb4d8 commit b43a695
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
@@ -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) => {

0 comments on commit b43a695

Please sign in to comment.