server-ts: log.js -> log.ts

This commit is contained in:
Elian Doran
2024-02-16 20:27:00 +02:00
parent 094895ec72
commit 39627a4fc4
70 changed files with 69 additions and 69 deletions

View File

@@ -1,7 +1,7 @@
"use strict";
const sql = require('./sql.js');
const log = require('./log.js');
const log = require('./log.ts');
const BBranch = require('../becca/entities/bbranch.js');
const entityChangesService = require('./entity_changes.js');
const becca = require('../becca/becca.js');