mirror of
https://github.com/wg-easy/wg-easy.git
synced 2025-10-07 00:24:04 +08:00
Fix lint errors
This commit is contained in:
@@ -46,7 +46,7 @@ module.exports = class Server {
|
||||
return LANG;
|
||||
})))
|
||||
.get('/api/ui-detailed-stats', (Util.promisify(async () => {
|
||||
return UI_DETAILED_STATS === 'true' ? true : false;
|
||||
return UI_DETAILED_STATS === 'true';
|
||||
})))
|
||||
|
||||
// Authentication
|
||||
|
Reference in New Issue
Block a user