Browse Source

fixup: Trailing spaces

pull/1227/head
Philip H. 2 years ago
committed by GitHub
parent
commit
3f19afd3df
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      src/lib/Server.js

2
src/lib/Server.js

@ -104,7 +104,7 @@ module.exports = class Server {
setHeader(event, 'Content-Type', 'application/json');
return `"${UI_SHOW_LINKS}"`;
}))
.get('/api/ui-sort-clients', defineEventHandler((event) => {
setHeader(event, 'Content-Type', 'application/json');
return `"${UI_ENABLE_SORT_CLIENTS}"`;

Loading…
Cancel
Save