Skip to content

Commit

Permalink
Merge branch 'dev' into feature/voucher-warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Splines committed Dec 3, 2024
2 parents 1fb875d + 8196e38 commit a19dccd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/lesson.rb
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ def probable_start_destination
end

def tags_without_section
tags.includes(:sections).select { |t| (t.sections & sections).empty? }
tags.includes(:sections).select { |t| (t.sections & sections).empty? } # rubocop:disable Style/ArrayIntersect
end

private
Expand Down

0 comments on commit a19dccd

Please sign in to comment.