chore(db): add logger to mutations (forgot model)

This commit is contained in:
Carl-Gerhard Lindesvärd
2025-02-22 14:36:10 +01:00
parent 93944fe85f
commit bc3b9ae7bf

View File

@@ -26,6 +26,7 @@ const getPrismaClient = () => {
logger.info('Prisma operation', {
operation,
args,
model,
});
}
return query(args);