mirror of
https://github.com/umami-software/umami.git
synced 2026-02-15 10:05:36 +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({
|
return findWebsite({
|
||||||
where: {
|
where: {
|
||||||
shareId,
|
shareId,
|
||||||
|
deletedAt: null,
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue