aboutsummaryrefslogtreecommitdiff
path: root/node_modules/ajv/lib/dotjs/allOf.js
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/ajv/lib/dotjs/allOf.js')
-rw-r--r--node_modules/ajv/lib/dotjs/allOf.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/node_modules/ajv/lib/dotjs/allOf.js b/node_modules/ajv/lib/dotjs/allOf.js
index 0063ecf1a..5107b18cf 100644
--- a/node_modules/ajv/lib/dotjs/allOf.js
+++ b/node_modules/ajv/lib/dotjs/allOf.js
@@ -1,5 +1,5 @@
'use strict';
-module.exports = function generate_allOf(it, $keyword) {
+module.exports = function generate_allOf(it, $keyword, $ruleType) {
var out = ' ';
var $schema = it.schema[$keyword];
var $schemaPath = it.schemaPath + it.util.getProperty($keyword);