Skip to content

Commit

Permalink
Tweak importer
Browse files Browse the repository at this point in the history
  • Loading branch information
jcraigk committed Oct 27, 2024
1 parent 7b7fea9 commit b25a188
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/services/show_importer/orchestrator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,9 @@ def delete(position)

def save_song_gaps(show)
puts "Calculating song gaps and applying bustout tag..."
GapService.call(show)
GapService.call \
Show.where("date < ?", show.date).order(date: :desc).first
GapService.call(show)
BustoutTagService.call(show)
end

Expand Down

0 comments on commit b25a188

Please sign in to comment.