mirror of
https://github.com/umami-software/umami.git
synced 2026-02-04 04:37:11 +01:00
Don't return deleted website on share page.
This commit is contained in:
parent
c851f3bb3c
commit
afa903a4a0
1 changed files with 1 additions and 0 deletions
|
|
@ -21,6 +21,7 @@ export async function getSharedWebsite(shareId: string) {
|
|||
return findWebsite({
|
||||
where: {
|
||||
shareId,
|
||||
deletedAt: null,
|
||||
},
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue