Skip to content

Commit

Permalink
Merge pull request cedarcode#389 from cedarcode/bart/fix-circular-req…
Browse files Browse the repository at this point in the history
…uire

Fix circular require warning
  • Loading branch information
bdewater committed Feb 21, 2023
2 parents 974c583 + 5f84dfc commit 8b0c3b9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/webauthn/credential.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
require "webauthn/public_key_credential/request_options"
require "webauthn/public_key_credential_with_assertion"
require "webauthn/public_key_credential_with_attestation"
require "webauthn/relying_party"

module WebAuthn
module Credential
Expand Down

0 comments on commit 8b0c3b9

Please sign in to comment.