Spiegel von
https://github.com/paviliondev/discourse-custom-wizard.git
synchronisiert 2024-11-09 20:02:54 +01:00
fixed linting
Dieser Commit ist enthalten in:
Ursprung
cdafffea2b
Commit
460d4e397a
1 geänderte Dateien mit 1 neuen und 2 gelöschten Zeilen
|
@ -119,8 +119,7 @@ after_initialize do
|
||||||
# preloaded category custom fields
|
# preloaded category custom fields
|
||||||
%w[
|
%w[
|
||||||
create_topic_wizard
|
create_topic_wizard
|
||||||
]
|
].each do |custom_field|
|
||||||
.each do |custom_field|
|
|
||||||
Site.preloaded_category_custom_fields << custom_field
|
Site.preloaded_category_custom_fields << custom_field
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Laden …
In neuem Issue referenzieren