mirror of
https://github.com/karl0ss/homepage.git
synced 2025-05-01 13:09:31 +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;
|
||||
|
||||
let widget = null;
|
||||
if (type === 'unifi_console') {
|
||||
if (type === "unifi_console") {
|
||||
const settings = getSettings();
|
||||
widget = settings.unifi_console;
|
||||
if (!widget) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user