mirror of
https://github.com/umami-software/umami.git
synced 2025-12-08 05:12:36 +01:00
Merge changes
This commit is contained in:
parent
78338205a3
commit
edd1751b81
3 changed files with 2 additions and 2 deletions
|
|
@ -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}`));
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue