mirror of
https://github.com/karl0ss/homepage.git
synced 2025-05-01 21:13:39 +01:00
Standardize on double quoted strings
This commit is contained in:
parent
7ee3113d8a
commit
42da3eca28
@ -17,7 +17,7 @@ async function getWidget(req) {
|
|||||||
const { group, service, type } = req.query;
|
const { group, service, type } = req.query;
|
||||||
|
|
||||||
let widget = null;
|
let widget = null;
|
||||||
if (type === 'unifi_console') {
|
if (type === "unifi_console") {
|
||||||
const settings = getSettings();
|
const settings = getSettings();
|
||||||
widget = settings.unifi_console;
|
widget = settings.unifi_console;
|
||||||
if (!widget) {
|
if (!widget) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user