fix linting
Dieser Commit ist enthalten in:
Ursprung
adfffb4d08
Commit
eeb99d1507
1 geänderte Dateien mit 83 neuen und 83 gelöschten Zeilen
|
@ -36,7 +36,7 @@ class CustomWizard::Action
|
|||
end
|
||||
|
||||
if creates_post? && @result.success?
|
||||
@result.handler.enqueue_jobs
|
||||
@result.handler.enqueue_jobs
|
||||
end
|
||||
|
||||
if @result.success? && @result.output.present?
|
||||
|
@ -675,7 +675,7 @@ class CustomWizard::Action
|
|||
end
|
||||
|
||||
if attr === "full_name" && input.blank?
|
||||
input = action["name"]
|
||||
input = action["name"]
|
||||
end
|
||||
|
||||
if input.present?
|
||||
|
@ -768,7 +768,7 @@ input = action["name"]
|
|||
"#{key}_upload_url"
|
||||
else
|
||||
key
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
def cast_profile_value(value, key)
|
||||
|
|
Laden …
In neuem Issue referenzieren