mirror of
https://github.com/umami-software/umami.git
synced 2025-12-06 01:18:00 +01:00
remove bigint
This commit is contained in:
parent
2f21bb351e
commit
f18b5a20e3
1 changed files with 1 additions and 1 deletions
|
|
@ -67,7 +67,7 @@ export async function getSession(req) {
|
|||
|
||||
if (!sessionCreated) {
|
||||
try {
|
||||
session = await createSession(BigInt(websiteId), {
|
||||
session = await createSession(websiteId, {
|
||||
session_uuid,
|
||||
hostname,
|
||||
browser,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue