include purchaser in recipient list

deepsource-autofix-76c6eb20
Dan Gowans 2022-12-14 15:09:33 -05:00
parent 8a22aa1ca5
commit e995c156b3
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
const purchaser = purchaserOccupants.length > 0 ? purchaserOccupants[0] : undefined; const purchaser = purchaserOccupants.length > 0 ? purchaserOccupants[0] : undefined;
const recipientLotOccupantTypes = ["Deceased", "Preneed Owner"]; const recipientLotOccupantTypes = ["Deceased", "Preneed Owner", "Purchaser"];
let recipientOccupants = []; let recipientOccupants = [];
for (const recipientLotOccupantType of recipientLotOccupantTypes) { for (const recipientLotOccupantType of recipientLotOccupantTypes) {