mirror of
https://github.com/umami-software/umami.git
synced 2026-02-06 13:47:15 +01:00
fix pixel/link canViewWebsite
This commit is contained in:
parent
fa97c986c0
commit
6c7b6bab07
1 changed files with 4 additions and 0 deletions
|
|
@ -15,6 +15,10 @@ export async function getWebsite(websiteId: string) {
|
|||
},
|
||||
});
|
||||
|
||||
if (!website) {
|
||||
return null;
|
||||
}
|
||||
|
||||
return attachShareIdToWebsite(website);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue