Skip to content

Commit

Permalink
feat: 1422 - include application type on applicant (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
momentiris authored Apr 30, 2024
1 parent e9fc001 commit 7d6a9cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/services/lease-service/adapters/listing-adapter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ function transformDbApplicant(row: any): Applicant {
name: row.Name,
contactCode: row.ContactCode,
applicationDate: row.ApplicationDate,
applicationType: row.ApplicationType,
status: row.Status,
listingId: row.ListingId,
}
Expand Down

0 comments on commit 7d6a9cb

Please sign in to comment.