mirror of
https://github.com/zadam/trilium.git
synced 2025-11-07 13:56:11 +01:00
server-ts: Port services/search/expressions/expression
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
"use strict";
|
||||
|
||||
const Expression = require('./expression.js');
|
||||
const Expression = require('./expression');
|
||||
|
||||
class TrueExp extends Expression {
|
||||
execute(inputNoteSet, executionContext, searchContext) {
|
||||
|
||||
Reference in New Issue
Block a user