Skip to content

Commit

Permalink
Remove no longer used record type variables from fetchDataForPRFSubmi…
Browse files Browse the repository at this point in the history
…ssion()
  • Loading branch information
courtneymyers committed Jan 22, 2025
1 parent f2a076b commit d521147
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions app/server/app/utilities/formio.js
Original file line number Diff line number Diff line change
Expand Up @@ -644,14 +644,6 @@ function fetchDataForPRFSubmission({ rebateYear, req, res }) {
item.Relationship_Type__c === newBusOwnerType,
);

// const existingOwnerRecordType = frf2024ContactsRecordTypesQuery.find(
// (item) => item.Id === existingOwnerRecord?.Contact__r?.RecordTypeId,
// );

// const newOwnerRecordType = frf2024ContactsRecordTypesQuery.find(
// (item) => item.Id === newOwnerRecord?.Contact__r?.RecordTypeId,
// );

return {
bus_number: Rebate_Item_num__c,
bus_existing_owner: {
Expand Down

0 comments on commit d521147

Please sign in to comment.