Skip to content

Commit 8279bfe

Browse files
committed
dev
1 parent 042884f commit 8279bfe

File tree

1 file changed

+1
-3
lines changed
  • packages/cubejs-testing/birdbox-fixtures/postgresql/single

1 file changed

+1
-3
lines changed

packages/cubejs-testing/birdbox-fixtures/postgresql/single/sqlapi.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,7 @@ module.exports = {
1313
return query;
1414
},
1515
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-
}
16+
console.log('MN CHECK: REQUEST: ', { req });
1917

2018
if (user === 'admin') {
2119
if (password && password !== 'admin_password') {

0 commit comments

Comments
 (0)