server-ts: Fix more references to js files for converted files

This commit is contained in:
Elian Doran
2024-02-17 11:43:30 +02:00
parent 8b250e4a13
commit 030aec2f3e
16 changed files with 17 additions and 17 deletions

View File

@@ -3,7 +3,7 @@ const sql = require('../services/sql');
const log = require('../services/log');
const becca = require('../becca/becca');
const etapiTokenService = require('../services/etapi_tokens.js');
const config = require('../services/config.js');
const config = require('../services/config');
const GENERIC_CODE = "GENERIC";
const noAuthentication = config.General && config.General.noAuthentication === true;