Added Account Dublicate fucntion, improved default sorts
This commit is contained in:
@@ -27,6 +27,10 @@ const page = async () => {
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
orderBy: {
|
||||
id: "desc",
|
||||
},
|
||||
});
|
||||
const appointments = await prisma.eventAppointment.findMany({
|
||||
where: {
|
||||
|
||||
Reference in New Issue
Block a user