mirror of
https://github.com/umami-software/umami.git
synced 2025-12-08 05:12:36 +01:00
at null check for subdivision save
This commit is contained in:
parent
7e096336ce
commit
06649c2e31
1 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,7 @@ async function relationalQuery(data: Prisma.SessionCreateInput) {
|
|||
screen,
|
||||
language,
|
||||
country,
|
||||
subdivision1: country.concat('-', subdivision1),
|
||||
subdivision1: subdivision1 ? country.concat('-', subdivision1) : null,
|
||||
subdivision2,
|
||||
city,
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue