mirror of
https://github.com/rr-/szurubooru.git
synced 2025-07-17 08:26:24 +00:00
client/js: format code to ESLint
This commit is contained in:
@ -41,10 +41,10 @@ class HomeController {
|
||||
showError(message) {
|
||||
this._homeView.showError(message);
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
module.exports = router => {
|
||||
router.enter([], (ctx, next) => {
|
||||
ctx.controller = new HomeController();
|
||||
});
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user