We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2bc970 commit 715af20Copy full SHA for 715af20
middleware/client.js
@@ -40,7 +40,7 @@ exports.withOne = async (req, res, next) => {
40
try {
41
42
let client = await db.Client.scope(scope).findOne({ where });
43
- console.log(`==> Mw client withOne found a client from the database, with the following config: ${client.config}`)
+ // console.log(`==> Mw client withOne found a client from the database, with the following config: ${client.config}`)
44
if (client) {
45
req.client = client;
46
const clientConfig = req.client.config;
0 commit comments