mirror of
https://github.com/umami-software/umami.git
synced 2026-02-06 21:57:16 +01:00
Just use subdivision-1.
This commit is contained in:
parent
cf1dd422fe
commit
e422fc1ecd
2 changed files with 3 additions and 3 deletions
|
|
@ -30,7 +30,7 @@ export async function createSession(data: Prisma.SessionCreateInput) {
|
|||
screen,
|
||||
language,
|
||||
country,
|
||||
subdivision1: country && subdivision1 ? `${country}-${subdivision1}` : null,
|
||||
subdivision1,
|
||||
subdivision2,
|
||||
city,
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue