File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
docs/pages/reference/configuration Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1110,7 +1110,7 @@ def check_sql_auth(req: dict, user_name: str) -> dict:
11101110
11111111``` javascript
11121112module .exports = {
1113- check_sql_auth : (req , user_name ) => {
1113+ checkSqlAuth : (req , user_name ) => {
11141114 if (user_name === ' my_user' ) {
11151115 return {
11161116 password: ' my_password' ,
@@ -1332,4 +1332,4 @@ If not defined, Cube will lookup for environment variable
13321332
13331333[ link-snake-case ] : https://en.wikipedia.org/wiki/Snake_case
13341334[ link-camel-case ] : https://en.wikipedia.org/wiki/Camel_case
1335- [ link-github-cube-drivers ] : https://github.com/cube-js/cube/tree/master/packages
1335+ [ link-github-cube-drivers ] : https://github.com/cube-js/cube/tree/master/packages
You can’t perform that action at this time.
0 commit comments