diff options
Diffstat (limited to 'packages/server/src/helpers/parseAuthenticatorData.test.ts')
-rw-r--r-- | packages/server/src/helpers/parseAuthenticatorData.test.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/server/src/helpers/parseAuthenticatorData.test.ts b/packages/server/src/helpers/parseAuthenticatorData.test.ts index e199898..a706718 100644 --- a/packages/server/src/helpers/parseAuthenticatorData.test.ts +++ b/packages/server/src/helpers/parseAuthenticatorData.test.ts @@ -1,6 +1,6 @@ import cbor from 'cbor'; -import parseAuthenticatorData from './parseAuthenticatorData'; +import { parseAuthenticatorData } from './parseAuthenticatorData'; // Grabbed this from a Conformance test, contains attestation data const authDataWithAT = Buffer.from( |