fix(server): compile errors after refactoring

This commit is contained in:
Elian Doran
2025-01-04 11:52:40 +02:00
parent d8358407ce
commit bf4decb4fb
4 changed files with 7 additions and 4 deletions

View File

@@ -1,12 +1,13 @@
"use strict";
import optionService, { OptionNames } from "../../services/options.js";
import optionService from "../../services/options.js";
import log from "../../services/log.js";
import searchService from "../../services/search/services/search.js";
import ValidationError from "../../errors/validation_error.js";
import { Request } from 'express';
import { changeLanguage } from "../../services/i18n.js";
import { listSyntaxHighlightingThemes } from "../../services/code_block_theme.js";
import type { OptionNames } from "../../services/options_interface.js";
// options allowed to be updated directly in the Options dialog
const ALLOWED_OPTIONS = new Set([