mirror of
https://github.com/umami-software/umami.git
synced 2026-02-09 07:07:17 +01:00
use uuid
This commit is contained in:
parent
246e4e5f4f
commit
17041efaae
73 changed files with 491 additions and 874 deletions
|
|
@ -8,7 +8,7 @@ export async function getWebsite(where) {
|
|||
})
|
||||
.then(async data => {
|
||||
if (redis.enabled && data) {
|
||||
await redis.set(`website:${data.websiteUuid}`, data.id);
|
||||
await redis.set(`website:${data.id}`, 1);
|
||||
}
|
||||
|
||||
return data;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue