This commit is contained in:
Dobromir Popov
2024-03-26 01:08:57 +02:00
parent 3fcdfc1347
commit acd776e988
37 changed files with 143 additions and 107 deletions

View File

@ -259,7 +259,7 @@ nextApp
var shifts = await prisma.shift.findMany({
where: {
isactive: true,
isActive: true,
startTime: {
gte: fromDate,
lt: toDate,
@ -410,7 +410,7 @@ nextApp
var publishers = await prisma.publisher.findMany({
where: {
isactive: true,
isActive: true,
email: {
not: "",
},