Include Profile log in renamed penalty model -> Audit log
This commit is contained in:
@@ -10,6 +10,9 @@ const page = async () => {
|
||||
if (!user) return null;
|
||||
|
||||
const events = await prisma.event.findMany({
|
||||
orderBy: {
|
||||
id: "desc",
|
||||
},
|
||||
where: {
|
||||
hidden: false,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user