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