payservedb 3.9.1 → 3.9.2

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": "payservedb",
3
- "version": "3.9.1",
3
+ "version": "3.9.2",
4
4
  "main": "index.js",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1"
@@ -59,11 +59,7 @@ const handoverSchema = new mongoose.Schema({
59
59
  ref: 'Customer',
60
60
  required: true
61
61
  },
62
- propertyManagerId: {
63
- type: mongoose.Schema.Types.ObjectId,
64
- ref: 'User', // Reference to your User model
65
- required: true
66
- },
62
+ // propertyManagerId removed as requested
67
63
 
68
64
  // Handover details
69
65
  handoverType: {