Skip to content

Commit

Permalink
Merge branch 'release/0.6.12' into CE-1336
Browse files Browse the repository at this point in the history
  • Loading branch information
nayr974 authored Jan 9, 2025
2 parents bae89d0 + 589b6ba commit 579fa09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/v1/complaint/complaint.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ export class ComplaintService {
}

if (officerAssigned && officerAssigned === "Unassigned") {
builder.andWhere("delegate.person_complaint_xref_guid IS NULL");
builder.andWhere("delegate.complaint_identifier IS NULL");
} else if (officerAssigned) {
builder
.andWhere("delegate.person_complaint_xref_code = :Assignee", {
Expand Down

0 comments on commit 579fa09

Please sign in to comment.