renames
This commit is contained in:
@ -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: "",
|
||||
},
|
||||
|
Reference in New Issue
Block a user