Skip to content

Commit

Permalink
Update lib/schemaType.js
Browse files Browse the repository at this point in the history
Co-authored-by: hasezoey <hasezoey@gmail.com>
  • Loading branch information
vkarpov15 and hasezoey committed Sep 11, 2024
1 parent 53c8da1 commit 9b91a6f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/schemaType.js
Original file line number Diff line number Diff line change
Expand Up @@ -1736,6 +1736,7 @@ SchemaType.prototype.clone = function() {
* schema.path('tags').getEmbeddedSchemaType(); // SchemaString { path: 'tags', ... }
*
* @returns {SchemaType} embedded schematype
* @api public
*/

SchemaType.prototype.getEmbeddedSchemaType = function getEmbeddedSchemaType() {
Expand Down

0 comments on commit 9b91a6f

Please sign in to comment.