Spiegel von
https://github.com/paviliondev/discourse-custom-wizard.git
synchronisiert 2024-11-10 04:12:53 +01:00
Remove unecssary &&
Dieser Commit ist enthalten in:
Ursprung
5b5bbd0e1a
Commit
90ea524382
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
|
@ -209,7 +209,7 @@ class CustomWizard::Mapper
|
||||||
format = attrs.last if attrs.length > 1
|
format = attrs.last if attrs.length > 1
|
||||||
result = ''
|
result = ''
|
||||||
|
|
||||||
if key == 'time' &&
|
if key == 'time'
|
||||||
time_format = format.present? ? format : "%B %-d, %Y"
|
time_format = format.present? ? format : "%B %-d, %Y"
|
||||||
result = Time.now.strftime(time_format)
|
result = Time.now.strftime(time_format)
|
||||||
end
|
end
|
||||||
|
|
Laden …
In neuem Issue referenzieren