mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-30 18:05:55 +01:00 
			
		
		
		
	server-ts: log.js -> log.ts
This commit is contained in:
		| @@ -1,7 +1,7 @@ | ||||
| "use strict"; | ||||
|  | ||||
| const becca = require('../../becca/becca.js'); | ||||
| const log = require('../../services/log.js'); | ||||
| const log = require('../../services/log.ts'); | ||||
| const NotFoundError = require('../../errors/not_found_error.js'); | ||||
|  | ||||
| function getNotesAndBranchesAndAttributes(noteIds) { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user