tango-api-schema 1.0.22 → 1.0.23

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tango-api-schema",
3
- "version": "1.0.22",
3
+ "version": "1.0.23",
4
4
  "description": "tangoEye model schema",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -435,5 +435,5 @@ const brandSchema =
435
435
 
436
436
  brandSchema.plugin( uniqueValidator );
437
437
 
438
- export default mongoose.model( 'Brand', brandSchema,'Brand' );
438
+ export default mongoose.model( 'Brand', brandSchema );
439
439