Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
GermanBluefox committed Apr 19, 2024
1 parent 60e7c1d commit 83a35e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.js
Expand Up @@ -1034,7 +1034,7 @@ function main() {
.then(patched => patched && adapter.log.debug('Font patched'));

// correct jsonConfig for admin
adapter.getForeignObject('system.adapter.' + adapter.namespace, (err, obj) => {
adapter.getForeignObject(`system.adapter.${adapter.namespace}`, (err, obj) => {
if (obj && obj.common) {
if (obj.common.adminUI?.config !== 'json') {
obj.common.adminUI = obj.common.adminUI || {};
Expand Down

0 comments on commit 83a35e9

Please sign in to comment.