diff --git a/lib/schematype.js b/lib/schematype.js index 9b55b36fdcc..4506dcf8ab4 100644 --- a/lib/schematype.js +++ b/lib/schematype.js @@ -1063,7 +1063,7 @@ SchemaType.prototype.getDefault = function(scope, init) { * @api private */ -SchemaType.prototype._applySetters = function(value, scope) { +SchemaType.prototype._applySetters = function(value, scope, init, priorVal) { let v = value; const setters = this.setters;