mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-07 14:18:47 +00:00
Standardize on double quoted strings
This commit is contained in:
parent
7ee3113d8a
commit
42da3eca28
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ async function getWidget(req) {
|
|||
const { group, service, type } = req.query;
|
||||
|
||||
let widget = null;
|
||||
if (type === 'unifi_console') {
|
||||
if (type === "unifi_console") {
|
||||
const settings = getSettings();
|
||||
widget = settings.unifi_console;
|
||||
if (!widget) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue