mirror of
https://github.com/discourse/discourse.git
synced 2025-05-21 18:12:32 +08:00
Update Rubocop to 0.60
This commit is contained in:
@ -322,7 +322,7 @@ class ImportScripts::Lithium < ImportScripts::Base
|
||||
create_categories(parent_categories) do |category|
|
||||
{
|
||||
id: category["node_id"],
|
||||
name: category["name"],
|
||||
name: category["name"],
|
||||
position: category["position"],
|
||||
post_create_action: lambda do |record|
|
||||
after_category_create(record, category)
|
||||
|
Reference in New Issue
Block a user