Merge branch 'dev' into feat/um-66-update-clickhouse-schema-uuid
This commit is contained in:
@@ -31,7 +31,7 @@ export async function getSession(req) {
|
||||
|
||||
let websiteId = null;
|
||||
|
||||
// Check if website exists
|
||||
// Check if websites exists
|
||||
if (redis.enabled) {
|
||||
websiteId = Number(await redis.get(`website:${websiteUuid}`));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user