Skip to content

Commit 1233d23

Browse files
style: fixed unnecessary characters
Co-authored-by: Jonasz <jonaszwiacek@gmail.com>
1 parent da72d3b commit 1233d23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/loaders/express.loader.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ export class ExpressLoader extends AbstractLoader {
3535
}
3636

3737
app.use(options.adminBroOptions.rootPath, router);
38-
this.reorderRoutes(app, options);980
38+
this.reorderRoutes(app, options);
3939
}
4040

4141
private reorderRoutes(app, options) {

0 commit comments

Comments
 (0)