Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreMaz committed Feb 26, 2025
1 parent af6e89f commit 7b6d731
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -436,9 +436,9 @@ module.exports = function ChannelsMiddleware(mwOpts) {
},

/**
* This hook is called before broker starting.
* This hook is called after broker starting.
*/
async staring() {
async started() {
logger.info("Channel adapter is connecting...");
await adapter.connect();
logger.debug("Channel adapter connected.");
Expand Down

0 comments on commit 7b6d731

Please sign in to comment.