Spiegel von
https://github.com/paviliondev/discourse-custom-wizard.git
synchronisiert 2024-11-10 04:12:53 +01:00
minor formatting
Dieser Commit ist enthalten in:
Ursprung
33e457a5c9
Commit
cced7a8d25
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
|
@ -36,6 +36,7 @@ class CustomWizard::RealtimeValidation::SimilarTopics
|
||||||
if time_n_value.to_i > 0 && time_unit.present?
|
if time_n_value.to_i > 0 && time_unit.present?
|
||||||
topics.select! { |t| t.created_at >= time_n_value.to_i.send(time_unit).ago }
|
topics.select! { |t| t.created_at >= time_n_value.to_i.send(time_unit).ago }
|
||||||
end
|
end
|
||||||
|
|
||||||
topics.map! { |t| SimilarTopic.new(t) }
|
topics.map! { |t| SimilarTopic.new(t) }
|
||||||
|
|
||||||
result.items = topics
|
result.items = topics
|
||||||
|
|
Laden …
In neuem Issue referenzieren