tango-api-schema 2.0.65 → 2.0.66

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": "2.0.65",
3
+ "version": "2.0.66",
4
4
  "description": "tangoEye model schema",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -102,9 +102,8 @@ const tangoTickets = new mongoose.Schema(
102
102
  type: mongoose.Types.ObjectId
103
103
  },
104
104
  comment: {
105
- type: {
106
- String
107
- }
105
+ type: String
106
+
108
107
  },
109
108
  reasons: [
110
109
  {