rubocop autofix
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
class WowPetsWorker < WowSidekiqWorker
|
||||
def locales
|
||||
super
|
||||
end
|
||||
# frozen_string_literal: true
|
||||
|
||||
class WowPetsWorker < WowSidekiqWorker
|
||||
def perform
|
||||
RBattlenet.authenticate(client_id: ENV['BLIZZARD_API_CLIENT_ID'], client_secret: ENV['BLIZZARD_API_CLIENT_SECRET'])
|
||||
RBattlenet.set_options(locale: 'all')
|
||||
|
||||
Reference in New Issue
Block a user