mirror of
https://github.com/umami-software/umami.git
synced 2026-02-14 17:45:38 +01:00
remove bigint convert
This commit is contained in:
parent
727631a879
commit
45e928c3a0
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ export async function getSession(req) {
|
||||||
|
|
||||||
// Check if website exists
|
// Check if website exists
|
||||||
if (redis.client) {
|
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
|
// Check database if redis does not have
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue