diff options
author | Matthew Miller <matthew@millerti.me> | 2020-09-08 00:15:58 -0700 |
---|---|---|
committer | Matthew Miller <matthew@millerti.me> | 2020-09-08 00:15:58 -0700 |
commit | 35162c41ddfe4d35f5fe1ecce9cec98dd1a4a60f (patch) | |
tree | 8f20847f15bca174573540a471ac77ca3e29f43c | |
parent | cd527bf4435cfce777553071259d9b4de7443a86 (diff) |
Remove unused import
-rw-r--r-- | packages/server/src/attestation/verifyAttestationResponse.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/server/src/attestation/verifyAttestationResponse.ts b/packages/server/src/attestation/verifyAttestationResponse.ts index 65fe7f8..c6531a7 100644 --- a/packages/server/src/attestation/verifyAttestationResponse.ts +++ b/packages/server/src/attestation/verifyAttestationResponse.ts @@ -6,7 +6,7 @@ import decodeClientDataJSON from '../helpers/decodeClientDataJSON'; import parseAuthenticatorData from '../helpers/parseAuthenticatorData'; import toHash from '../helpers/toHash'; import decodeCredentialPublicKey from '../helpers/decodeCredentialPublicKey'; -import convertCOSEtoPKCS, { COSEKEYS } from '../helpers/convertCOSEtoPKCS'; +import { COSEKEYS } from '../helpers/convertCOSEtoPKCS'; import { supportedCOSEAlgorithmIdentifiers } from './generateAttestationOptions'; import verifyFIDOU2F from './verifications/verifyFIDOU2F'; |