Skip to content

Commit 29e1ad0

Browse files
authored
HCK-7485: fix re api disconnect parameters inconsistency (#34)
1 parent e8f2f78 commit 29e1ad0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reverse_engineering/api.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ module.exports = {
1818
cb();
1919
},
2020

21-
disconnect: function (connectionInfo, cb, app) {
21+
disconnect: function (connectionInfo, logger, cb, app) {
2222
const sshService = app.require('@hackolade/ssh-service');
2323
gremlinHelper.close(sshService);
2424
cb();

0 commit comments

Comments
 (0)