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

@@ -11,7 +11,7 @@ const assetPath = require('../services/asset_path.js');
const appPath = require('../services/app_path.js');
const searchService = require('../services/search/services/search.js');
const SearchContext = require('../services/search/search_context.js');
const log = require('../services/log.js');
const log = require('../services/log.ts');
/**
* @param {SNote} note