Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jwellnit committed Jan 31, 2025
1 parent a6e4b77 commit 8b665d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/services/spot/derivatives/video_derivative_service.rb
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ def check_transcript(filename)
else
# enqueue job
Spot::TranscriptJob.perform_later(file_set: file_set, transcript_name: transcript_name)
Hyrax.logger.debug{ 'Transcript job enqueued.' }
Hyrax.logger.debug('Transcript job enqueued.')
end
end

Expand Down

0 comments on commit 8b665d8

Please sign in to comment.