Skip to content

Commit 8f8d38b

Browse files
committed
review
1 parent 6720fbf commit 8f8d38b

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

lib/woqlClient.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1033,7 +1033,6 @@ WOQLClient.prototype.organizations = function(orgList) {
10331033
}
10341034
return this.connection.get_organization()
10351035
}
1036-
10371036
/**
10381037
* Check from the capabilities object if the action is permitted
10391038
* @param {string} action - the action name

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@
2424
},
2525
"devDependencies": {
2626
"@babel/core": "^7.13.10",
27+
"@babel/eslint-parser": "^7.13.14",
2728
"@babel/preset-env": "^7.13.12",
2829
"@babel/register": "^7.13.8",
29-
"babel-eslint": "^10.0.3",
3030
"babel-loader": "^8.0.6",
3131
"chai": "^4.3.4",
3232
"chai-json-equal": "0.0.1",

0 commit comments

Comments
 (0)