Skip to content

Commit

Permalink
HCK-7485: fix re api disconnect parameters inconsistency (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
dannleed authored Aug 7, 2024
1 parent e8f2f78 commit 29e1ad0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reverse_engineering/api.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ module.exports = {
cb();
},

disconnect: function (connectionInfo, cb, app) {
disconnect: function (connectionInfo, logger, cb, app) {
const sshService = app.require('@hackolade/ssh-service');
gremlinHelper.close(sshService);
cb();
Expand Down

0 comments on commit 29e1ad0

Please sign in to comment.