Skip to content

Commit

Permalink
HCK-6143: fix missing property (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlikRakhmonov authored Jun 12, 2024
1 parent 535e4ca commit 4e4bd76
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 @@ -44,7 +44,7 @@ module.exports = {

initDependencies(app);
this.connect(connectionInfo, logger, (error) => {
this.disconnect(connectionInfo, () => {});
this.disconnect(connectionInfo, () => {}, app);
cb(error);
}, app);
},
Expand Down

0 comments on commit 4e4bd76

Please sign in to comment.