Just use subdivision-1.

This commit is contained in:
Brian Cao 2023-08-25 18:40:02 -07:00
parent cf1dd422fe
commit e422fc1ecd
2 changed files with 3 additions and 3 deletions

View file

@ -30,7 +30,7 @@ export async function createSession(data: Prisma.SessionCreateInput) {
screen,
language,
country,
subdivision1: country && subdivision1 ? `${country}-${subdivision1}` : null,
subdivision1,
subdivision2,
city,
},