tango-api-schema 2.1.50 → 2.1.51

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.1.50",
3
+ "version": "2.1.51",
4
4
  "description": "tangoEye model schema",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -145,4 +145,4 @@ const checklistquestionconfigSchema = new mongoose.Schema({
145
145
  },
146
146
  );
147
147
 
148
- export default mongoose.model( 'checklistquestionconfig', checklistquestionconfigSchema);
148
+ export default mongoose.model( 'checklistquestionsconfig', checklistquestionconfigSchema);