client+server: fixed style errors

This commit is contained in:
Shyam Sunder
2021-09-13 12:58:28 -04:00
parent 414106a477
commit e4a253fd25
6 changed files with 12 additions and 11 deletions

View File

@ -17,7 +17,7 @@ class HomeController {
buildDate: config.meta.buildDate,
canListSnapshots: api.hasPrivilege("snapshots:list"),
canListPosts: api.hasPrivilege("posts:list"),
isDevelopmentMode: config.environment == "development"
isDevelopmentMode: config.environment == "development",
});
Info.get().then(