server-ts: Port becca/becca_service

This commit is contained in:
Elian Doran
2024-02-17 20:30:21 +02:00
parent 3b7812f829
commit 9f99b4282a
6 changed files with 14 additions and 14 deletions

View File

@@ -1,6 +1,6 @@
"use strict";
const beccaService = require('../../becca/becca_service.js');
const beccaService = require('../../becca/becca_service');
const searchService = require('../../services/search/services/search.js');
const log = require('../../services/log');
const utils = require('../../services/utils');