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

This commit is contained in:
Elian Doran
2024-02-17 11:42:19 +02:00
parent 2f96dc2d9d
commit 8b250e4a13
84 changed files with 103 additions and 103 deletions

View File

@@ -3,7 +3,7 @@
const sql = require('../../services/sql');
const protectedSessionService = require('../../services/protected_session');
const noteService = require('../../services/notes.js');
const becca = require('../../becca/becca.js');
const becca = require('../../becca/becca');
function getRecentChanges(req) {
const {ancestorNoteId} = req.params;