mirror of https://github.com/TriliumNext/Notes
renamed also cache files/modules
parent
f7e86c5be0
commit
42510fda5c
@ -1,6 +1,6 @@
|
|||||||
"use strict";
|
"use strict";
|
||||||
|
|
||||||
const becca = require('./note_cache');
|
const becca = require('./becca.js');
|
||||||
const cls = require('../cls');
|
const cls = require('../cls');
|
||||||
const protectedSessionService = require('../protected_session');
|
const protectedSessionService = require('../protected_session');
|
||||||
const log = require('../log');
|
const log = require('../log');
|
||||||
@ -1,6 +1,6 @@
|
|||||||
const becca = require('./note_cache');
|
const becca = require('./becca.js');
|
||||||
const log = require('../log');
|
const log = require('../log');
|
||||||
const beccaService = require('./note_cache_service.js');
|
const beccaService = require('./becca_service.js');
|
||||||
const dateUtils = require('../date_utils');
|
const dateUtils = require('../date_utils');
|
||||||
const repository = require('../repository');
|
const repository = require('../repository');
|
||||||
const { JSDOM } = require("jsdom");
|
const { JSDOM } = require("jsdom");
|
||||||
Loading…
Reference in New Issue