Skip to content

Commit 473053d

Browse files
authored
Feature/dev/v1 (#42)
* chore: update to 1.5.1-dev-1 * fix: optimize todo
1 parent 7a757c8 commit 473053d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ class Engine {
9595
fact: object,
9696
{ path, operator, value }: N_Engine.ConditionOperation
9797
): Promise<boolean> {
98+
// TODO: optimize
9899
const actual = JSONPath({
99100
path,
100101
json: fact,

0 commit comments

Comments
 (0)