mirror of
https://github.com/discourse/discourse.git
synced 2024-11-26 05:03:39 +08:00
Make rubocop happy.
This commit is contained in:
parent
d10694150e
commit
c2bca9cabe
|
@ -57,8 +57,8 @@ class Admin::EmailController < Admin::AdminController
|
|||
*tuples
|
||||
)
|
||||
.pluck(:post_id, :user_id, "reply_key::text")
|
||||
.each do |post_id, user_id, reply_key|
|
||||
reply_keys[[post_id, user_id]] = reply_key
|
||||
.each do |post_id, user_id, key|
|
||||
reply_keys[[post_id, user_id]] = key
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user