mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-04-16 08:54:59 -04: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!
|
||||
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…
Add table
Reference in a new issue