mirror of
https://github.com/zadam/trilium.git
synced 2025-11-03 11:56:01 +01:00
cleanup of hidden notes
This commit is contained in:
10
db/migrations/0198__create_hidden_subtree.js
Normal file
10
db/migrations/0198__create_hidden_subtree.js
Normal file
@@ -0,0 +1,10 @@
|
||||
module.exports = () => {
|
||||
const specialNotesService = require('../../src/services/special_notes');
|
||||
const cls = require("../../src/services/cls");
|
||||
const beccaLoader = require("../../src/becca/becca_loader");
|
||||
|
||||
cls.init(() => {
|
||||
beccaLoader.load();
|
||||
specialNotesService.getHiddenRoot();
|
||||
});
|
||||
};
|
||||
Reference in New Issue
Block a user