pull/480/head
Pete Matsyburka 6 months ago
parent e5f7739952
commit 231177f057

@ -52,6 +52,7 @@ module Submissions
OpenSSL::Timestamp::Response.new(response.body).token.to_der
rescue StandardError => e
Rollbar.error(e) if defined?(Rollbar)
Rails.logger.error(e)
OpenSSL::ASN1::GeneralizedTime.new(Time.now.utc).to_der
end

Loading…
Cancel
Save