Skip to content
This repository was archived by the owner on Jan 11, 2022. It is now read-only.

Commit f587d91

Browse files
committed
remove unused parameter
1 parent d007bdd commit f587d91

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

lib/conjur/authz.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,8 +185,7 @@ module.exports = {
185185
* graph( roleIds, options, callback )
186186
*/
187187
graph: function (account, roleIds, options, callback) {
188-
var params = {},
189-
fromRoleParam,
188+
var fromRoleParam,
190189
path;
191190

192191
if(typeof options === 'function') {

0 commit comments

Comments
 (0)