Fix syntax
Some checks failed
/ Run tests (push) Successful in 2m1s
/ Run system tests (push) Failing after 2m19s
/ Build, push and deploy image (push) Successful in 1m31s

This commit is contained in:
david 2024-11-23 23:26:21 +01:00
parent 2a8e2835f3
commit 89ef15f41d

View file

@ -99,8 +99,8 @@ module PdfDocuments
return if value.blank? return if value.blank?
begin begin
yield(value) yield(value)
rescue StandardError do rescue StandardError
nil nil
end end
end end