New build scripts.

This commit is contained in:
Mike Cao 2020-08-21 02:22:07 -07:00
parent c0778afe90
commit d9f3c385fb
4 changed files with 4 additions and 12 deletions

View file

@ -68,7 +68,7 @@ export async function getCountry(req, ip) {
lookup.close();
return result?.country?.iso_code;
return result.country.iso_code;
}
export async function getClientInfo(req, { screen }) {