improved error loggin and updated imports to fix build failure

This commit is contained in:
2024-06-19 15:06:28 +01:00
parent d01179c724
commit be99db0774
78 changed files with 319 additions and 325 deletions
+2 -2
View File
@@ -62,7 +62,7 @@ const prisma = new PrismaClient();
// // emailReplyToId: emailReplyToId,
// })
// //.then((response) => console.log(response))
// .catch((err) => consoleLogger(err));
// .catch((error) => consoleLogger(err));
// },
// }),
// ],
@@ -201,7 +201,7 @@ const authOptions = (locale, req, res) => {
}
)
//.then((response) => console.log(response))
.catch((err) => consoleLogger(err));
.catch((error) => consoleLogger(err));
},
}),
],