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 6720fbf commit 8f8d38bCopy full SHA for 8f8d38b
lib/woqlClient.js
@@ -1033,7 +1033,6 @@ WOQLClient.prototype.organizations = function(orgList) {
1033
}
1034
return this.connection.get_organization()
1035
1036
-
1037
/**
1038
* Check from the capabilities object if the action is permitted
1039
* @param {string} action - the action name
package.json
@@ -24,9 +24,9 @@
24
},
25
"devDependencies": {
26
"@babel/core": "^7.13.10",
27
+ "@babel/eslint-parser": "^7.13.14",
28
"@babel/preset-env": "^7.13.12",
29
"@babel/register": "^7.13.8",
- "babel-eslint": "^10.0.3",
30
"babel-loader": "^8.0.6",
31
"chai": "^4.3.4",
32
"chai-json-equal": "0.0.1",
0 commit comments