mirror of
https://github.com/kremalicious/umami.git
synced 2025-02-14 21:10:34 +01:00
remove bigint
This commit is contained in:
parent
2f21bb351e
commit
f18b5a20e3
@ -67,7 +67,7 @@ export async function getSession(req) {
|
|||||||
|
|
||||||
if (!sessionCreated) {
|
if (!sessionCreated) {
|
||||||
try {
|
try {
|
||||||
session = await createSession(BigInt(websiteId), {
|
session = await createSession(websiteId, {
|
||||||
session_uuid,
|
session_uuid,
|
||||||
hostname,
|
hostname,
|
||||||
browser,
|
browser,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user