We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 042884f commit 8279bfeCopy full SHA for 8279bfe
packages/cubejs-testing/birdbox-fixtures/postgresql/single/sqlapi.js
@@ -13,9 +13,7 @@ module.exports = {
13
return query;
14
},
15
checkSqlAuth: async (req, user, password) => {
16
- if (!(req && typeof req.protocol === 'string' && typeof req.method === 'string')) {
17
- throw new Error('Request object is not valid');
18
- }
+ console.log('MN CHECK: REQUEST: ', { req });
19
20
if (user === 'admin') {
21
if (password && password !== 'admin_password') {
0 commit comments