Skip to content

Commit

Permalink
test trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
lpizzinidev committed Oct 31, 2022
1 parent f202757 commit ab5fc94
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/helpers/model/discriminator.js
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,6 @@ module.exports = function discriminator(model, name, schema, tiedValue, applyPlu
if (mergeHooks) {
schema.s.hooks = model.schema.s.hooks.merge(schema.s.hooks);
}

if (mergePlugins) {
schema.plugins = Array.prototype.slice.call(baseSchema.plugins);
}
Expand Down

0 comments on commit ab5fc94

Please sign in to comment.