Skip to content

Commit be9d871

Browse files
committed
lint
1 parent de771a9 commit be9d871

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/models/case_court_report_context.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ def org_address(path_to_template)
108108
def court_topics
109109
topics = ContactTopic
110110
.joins(contact_topic_answers: {case_contact: [:casa_case, :contact_types]}).distinct
111-
.where(contact_topics: { exclude_from_court_report: false })
111+
.where(contact_topics: {exclude_from_court_report: false})
112112
.where("casa_cases.id": @casa_case.id)
113113
.where("case_contacts.occurred_at": @date_range)
114114
.order(:occurred_at, :value)

0 commit comments

Comments
 (0)