Fix syntax
This commit is contained in:
parent
2a8e2835f3
commit
89ef15f41d
1 changed files with 2 additions and 2 deletions
|
|
@ -99,8 +99,8 @@ module PdfDocuments
|
|||
return if value.blank?
|
||||
|
||||
begin
|
||||
yield(value)
|
||||
rescue StandardError do
|
||||
yield(value)
|
||||
rescue StandardError
|
||||
nil
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue