Skip to content

Commit

Permalink
ci: fix (#4143)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-akait committed Dec 29, 2021
1 parent f6bc644 commit 90a96f7
Show file tree
Hide file tree
Showing 5 changed files with 476 additions and 317 deletions.
2 changes: 1 addition & 1 deletion lib/Server.js
Expand Up @@ -2391,7 +2391,7 @@ class Server {
(this.app).use(middleware.middleware);
}
});

if (typeof this.options.onAfterSetupMiddleware === "function") {
this.options.onAfterSetupMiddleware(this);
}
Expand Down

0 comments on commit 90a96f7

Please sign in to comment.