Skip to content

Commit

Permalink
fix: TDR from listing
Browse files Browse the repository at this point in the history
  • Loading branch information
ychung-mot committed Jun 17, 2024
1 parent 331ea19 commit fddeebb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/StrDss.Service/DelistingService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -511,6 +511,7 @@ private async Task SendTakedownRequestEmailFromListing(TakedownRequestsFromListi
RequestingOrganizationId = _currentUser.OrganizationId,
IsWithStandardDetail = listing.IsWithStandardDetail,
CustomDetailTxt = listing.CustomDetailTxt,
ConcernedWithRentalListingId = template.RentalListingId,
};

await _emailRepo.AddEmailMessage(emailEntity);
Expand Down

0 comments on commit fddeebb

Please sign in to comment.