mirror of
https://github.com/SrIzan10/analytics.srizan.ml.git
synced 2026-05-01 10:35:15 +00:00
remove bigint convert
This commit is contained in:
@@ -32,7 +32,7 @@ export async function getSession(req) {
|
||||
|
||||
// Check if website exists
|
||||
if (redis.client) {
|
||||
websiteId = BigInt(await redis.client.get(`website:${website_uuid}`));
|
||||
websiteId = await redis.client.get(`website:${website_uuid}`);
|
||||
}
|
||||
|
||||
// Check database if redis does not have
|
||||
|
||||
Reference in New Issue
Block a user