mirror of
https://github.com/zadam/trilium.git
synced 2025-11-07 13:56:11 +01:00
small refactorings
This commit is contained in:
@@ -60,7 +60,7 @@ const ALLOWED_OPTIONS = new Set([
|
||||
]);
|
||||
|
||||
function getOptions() {
|
||||
const optionMap = optionService.getOptionsMap();
|
||||
const optionMap = optionService.getOptionMap();
|
||||
const resultMap = {};
|
||||
|
||||
for (const optionName in optionMap) {
|
||||
|
||||
Reference in New Issue
Block a user