Skip to content

Commit ace04b2

Browse files
committed
Merge branch 'issue655' of github.com:ut-code/CourseMate into issue655
2 parents 6b11970 + 9228aa7 commit ace04b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/database/client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@ export const prisma = new PrismaClient(
3232
prisma.$on("query", (e) => {
3333
console.log(format(e.query, { language: "postgresql" }));
3434
console.log(`Params: ${e.params}`);
35-
console.log(`d湯レーション: ${e.duration}`);
35+
console.log(`Duration: ${e.duration}`);
3636
console.log("\n");
3737
});

0 commit comments

Comments
 (0)