mirror of
https://github.com/umami-software/umami.git
synced 2026-02-04 12:47:13 +01:00
New build scripts.
This commit is contained in:
parent
c0778afe90
commit
d9f3c385fb
4 changed files with 4 additions and 12 deletions
|
|
@ -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 }) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue