mirror of
https://github.com/discourse/discourse.git
synced 2025-05-23 09:51:24 +08:00
Make rubocop happy.
This commit is contained in:
@ -57,8 +57,8 @@ class Admin::EmailController < Admin::AdminController
|
|||||||
*tuples
|
*tuples
|
||||||
)
|
)
|
||||||
.pluck(:post_id, :user_id, "reply_key::text")
|
.pluck(:post_id, :user_id, "reply_key::text")
|
||||||
.each do |post_id, user_id, reply_key|
|
.each do |post_id, user_id, key|
|
||||||
reply_keys[[post_id, user_id]] = reply_key
|
reply_keys[[post_id, user_id]] = key
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user