You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FixesCampbellSoftwareSolutions#35
The old way of detecting if we needed the array validator didn't handle certain schemaType from mongoose 5.4+. This handles those cases.
My schema definition looks like this:
This results in a schemaType that looks like this in [email protected].
The following code doesn't recognize the members field as an array:
The text was updated successfully, but these errors were encountered: