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