mirror of
https://github.com/discourse/discourse.git
synced 2025-09-08 12:06:51 +08:00
FIX: Incorrect attribute.
This commit is contained in:
parent
56c7da76a4
commit
57c56b68f8
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue