Skip to content

Commit

Permalink
Correct class name no. 2
Browse files Browse the repository at this point in the history
  • Loading branch information
ujh committed Apr 10, 2022
1 parent 3d06cae commit 9e2443b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/workers/fetch_reviews/youtube_channel.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ class YoutubeChannel
include Sidekiq::Worker

def perform(channel_id)
self.channel = YoutubeChannel.find_by!(channel_id: channel_id)
self.channel = YouTubeChannel.find_by!(channel_id: channel_id)
import!
end

Expand Down

0 comments on commit 9e2443b

Please sign in to comment.