mirror of
https://github.com/discourse/discourse.git
synced 2025-02-20 18:58:10 +00:00
FIX: Incorrect attribute.
This commit is contained in:
parent
56c7da76a4
commit
57c56b68f8
@ -327,7 +327,7 @@ class BadgeGranter
|
||||
|
||||
badge.reset_grant_count!
|
||||
rescue => ex
|
||||
Rails.logger.error("Failed to backfill '#{badge.type}' badge: #{opts}")
|
||||
Rails.logger.error("Failed to backfill '#{badge.name}' badge: #{opts}")
|
||||
raise ex
|
||||
end
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user