mirror of
https://github.com/zadam/trilium.git
synced 2025-11-06 21:36:05 +01:00
moved becca to top level source dir
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
const Expression = require('./expression');
|
||||
const NoteSet = require('../note_set');
|
||||
const becca = require('../../becca/becca.js');
|
||||
const becca = require('../../../becca/becca.js');
|
||||
|
||||
class RelationWhereExp extends Expression {
|
||||
constructor(relationName, subExpression) {
|
||||
|
||||
Reference in New Issue
Block a user