use uuid
This commit is contained in:
@@ -13,7 +13,7 @@ function relationalQuery(websites, start_at) {
|
||||
return prisma.client.event.findMany({
|
||||
where: {
|
||||
website: {
|
||||
websiteUuid: {
|
||||
id: {
|
||||
in: websites,
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user