mirror of
https://github.com/umami-software/umami.git
synced 2026-02-12 00:27:11 +01:00
fix collect
This commit is contained in:
parent
61df707765
commit
07d003e858
11 changed files with 41 additions and 27 deletions
|
|
@ -13,7 +13,7 @@ function relationalQuery(websites, start_at) {
|
|||
return prisma.client.event.findMany({
|
||||
where: {
|
||||
website: {
|
||||
id: {
|
||||
websiteUuid: {
|
||||
in: websites,
|
||||
},
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue