server-ts: Fix references to cls.js

This commit is contained in:
Elian Doran
2024-02-16 21:18:38 +02:00
parent 96b6d17d77
commit ff2e05fe83
30 changed files with 30 additions and 30 deletions

View File

@@ -6,7 +6,7 @@ const log = require('../services/log');
const express = require('express');
const router = express.Router();
const auth = require('../services/auth.js');
const cls = require('../services/cls.js');
const cls = require('../services/cls');
const sql = require('../services/sql.js');
const entityChangesService = require('../services/entity_changes.js');
const csurf = require('csurf');