mirror of
https://github.com/kremalicious/umami.git
synced 2025-02-14 21:10:34 +01:00
Merge branch 'dev' into analytics
This commit is contained in:
commit
13e6bd46a3
@ -70,7 +70,7 @@ export async function getLocation(ip, req) {
|
|||||||
return {
|
return {
|
||||||
country,
|
country,
|
||||||
subdivision1: region,
|
subdivision1: region,
|
||||||
city: decodeURIComponent(city),
|
city: city ? decodeURIComponent(city) : undefined,
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user