chore(db): add logger to mutations (forgot model)
This commit is contained in:
@@ -26,6 +26,7 @@ const getPrismaClient = () => {
|
||||
logger.info('Prisma operation', {
|
||||
operation,
|
||||
args,
|
||||
model,
|
||||
});
|
||||
}
|
||||
return query(args);
|
||||
|
||||
Reference in New Issue
Block a user