add everything to manage reputations
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
class WowMountDetailWorker < WowSidekiqWorker
|
||||
def perform(mount_id)
|
||||
return unless (mount = WowMount.where(mount_id: mount_id).first)
|
||||
return unless (mount = WowMount.find_by(mount_id: mount_id))
|
||||
|
||||
RBattlenet.set_options(locale: 'all')
|
||||
result = RBattlenet::Wow::Mount.find(mount_id)
|
||||
|
||||
Reference in New Issue
Block a user