Skip to content

Commit fe0d88b

Browse files
committed
refactor: remove unused method
1 parent 6a7730b commit fe0d88b

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

  • lib/webauthn/attestation_statement

lib/webauthn/attestation_statement/base.rb

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,6 @@ def attestation_certificate
4242
certificates&.first
4343
end
4444

45-
def certificate_chain
46-
if certificates
47-
certificates[1..-1]
48-
end
49-
end
50-
5145
def attestation_certificate_key_id
5246
raw_subject_key_identifier&.unpack("H*")&.[](0)
5347
end

0 commit comments

Comments
 (0)