Skip to content

Commit

Permalink
fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
dcousens committed Jun 21, 2023
1 parent 68c5ded commit 1dc9d2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/app-schema-router/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class SchemaRouterApp {
(req, res, next) => {
req.routerId = this.routerFn(req, res);
next();
},
},
...conditionalApps
]);
}
Expand Down

0 comments on commit 1dc9d2e

Please sign in to comment.