Skip to content

Commit

Permalink
fix: don't set complaint last update on create
Browse files Browse the repository at this point in the history
  • Loading branch information
afwilcox committed Jan 20, 2025
1 parent d8606c9 commit 478094f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/src/v1/complaint/complaint.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1613,6 +1613,7 @@ export class ComplaintService {
entity.update_user_id = idir;
entity.complaint_identifier = complaintId;
entity.owned_by_agency_code = agencyCode;
entity.comp_last_upd_utc_timestamp = null; // do not want to set this value on a create

const xref = await this._compMthdRecvCdAgcyCdXrefService.findByComplaintMethodReceivedCodeAndAgencyCode(
model.complaintMethodReceivedCode,
Expand Down

0 comments on commit 478094f

Please sign in to comment.