Skip to content

Commit

Permalink
Fix rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinrobinson committed Jan 29, 2019
1 parent 4610dfc commit 1590df3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/lib/profile_insights.rb
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def student_voice_survey_insights
# check for mid-year and take if it it's there
mid_year_form = ImportedForm.latest_for_student_id(@student.id, ImportedForm::SHS_WHAT_I_WANT_MY_TEACHER_TO_KNOW_MID_YEAR)
return insights + imported_form_insights(mid_year_form) if mid_year_form.present?

# if not, include fall survey insights if there are any
insights + fall_student_voice_insights()
end
Expand Down

0 comments on commit 1590df3

Please sign in to comment.