remove bigint convert

This commit is contained in:
Brian Cao 2022-08-29 16:46:28 -07:00
parent 727631a879
commit 45e928c3a0

View File

@ -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