Skip to content

Commit 5bc5c53

Browse files
committed
fix syntax
1 parent e3c88f3 commit 5bc5c53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

html/dubeditor.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -752,7 +752,7 @@ function loadJsonIntoUI() {
752752
platform: /** @type {boolean} */ (v[0]),
753753
subscope: /** @type {boolean} */ (v[1]),
754754
desc: /** @type {string} */ (v[2])
755-
});
755+
}));
756756
accessTries.forEach(access => {
757757
if (configPath) return;
758758
let resolved = makePath(setting, path, access[0], access[1]);

0 commit comments

Comments
 (0)