@tomei/rental 0.17.4-dev.5 → 0.17.4-dev.6

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": "@tomei/rental",
3
- "version": "0.17.4-dev.5",
3
+ "version": "0.17.4-dev.6",
4
4
  "description": "Tomei Rental Package",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {
@@ -827,6 +827,7 @@ export class RentalHirerChangeRequest
827
827
 
828
828
  //find the number of joint hirers after removal
829
829
  const rental = await Rental.init(dbTransaction, this.RentalId);
830
+ rental.AccountType = RentalAccountTypeEnum.JOINT;
830
831
  const jointHirers = await rental.getJointHirers(dbTransaction);
831
832
 
832
833
  //filter out the active joint hirers