Skip to content

Commit 90a96f7

Browse files
ci: fix (#4143)
1 parent f6bc644 commit 90a96f7

File tree

5 files changed

+476
-317
lines changed

5 files changed

+476
-317
lines changed

lib/Server.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2391,7 +2391,7 @@ class Server {
23912391
(this.app).use(middleware.middleware);
23922392
}
23932393
});
2394-
2394+
23952395
if (typeof this.options.onAfterSetupMiddleware === "function") {
23962396
this.options.onAfterSetupMiddleware(this);
23972397
}

0 commit comments

Comments
 (0)