Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
adrienpoly committed Feb 16, 2025
1 parent 972837a commit 6568b37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/talk.rb
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ def formatted_kind
AND talk_transcripts.raw_transcript != '[]'
))
}
scope :without_enhanced_transcript, \
scope :without_enhanced_transcript,
-> {
joins(:talk_transcript)
.where(%(
Expand Down

0 comments on commit 6568b37

Please sign in to comment.