Use raw query with on conflict in createSession

This commit is contained in:
Maxime-J 2025-11-11 10:32:31 +01:00
parent 592f7c0ae7
commit 14f3db550b
2 changed files with 40 additions and 36 deletions

View file

@ -146,6 +146,7 @@ export async function POST(request: Request) {
region,
city,
distinctId: id,
createdAt,
});
}