small refactorings

This commit is contained in:
zadam
2023-06-29 22:10:13 +02:00
parent f4ec4e58c7
commit 48029cea7c
37 changed files with 95 additions and 155 deletions

View File

@@ -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) {