Skip to content

Commit 5892278

Browse files
committed
if is a simple applicator
1 parent f15d7a3 commit 5892278

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

lib/keywords/if.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,6 @@ const interpret = (ifSchema, instance, context) => {
1010
return true;
1111
};
1212

13-
export default { id, compile, interpret };
13+
const simpleApplicator = true;
14+
15+
export default { id, compile, interpret, simpleApplicator };

0 commit comments

Comments
 (0)