mirror of
https://github.com/SrIzan10/analytics.srizan.ml.git
synced 2026-05-01 10:35:15 +00:00
remove bigint
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user