mirror of
https://github.com/zadam/trilium.git
synced 2025-11-08 14:25:51 +01:00
server-ts: events.js -> ts
This commit is contained in:
@@ -10,7 +10,7 @@ const TaskContext = require('../../services/task_context.js');
|
||||
const branchService = require('../../services/branches.js');
|
||||
const log = require('../../services/log');
|
||||
const ValidationError = require('../../errors/validation_error');
|
||||
const eventService = require("../../services/events.js");
|
||||
const eventService = require("../../services/events");
|
||||
|
||||
/**
|
||||
* Code in this file deals with moving and cloning branches. The relationship between note and parent note is unique
|
||||
|
||||
Reference in New Issue
Block a user