mirror of
https://github.com/gethomepage/homepage.git
synced 2025-12-06 21:57:48 +01:00
Standardize on double quoted strings
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user