summaryrefslogtreecommitdiffhomepage
path: root/packages/server/src/helpers/index.ts
diff options
context:
space:
mode:
authorMatthew Miller <matthew@millerti.me>2022-07-27 22:14:52 -0700
committerMatthew Miller <matthew@millerti.me>2022-07-27 22:14:52 -0700
commit2e2bf6b83308d7767ec75bce7e0fa7b0c2dc306d (patch)
tree5880b9afe222fbf37107f591c1f74fdc84d262d8 /packages/server/src/helpers/index.ts
parent6a3ca191d47f373de478cc46d7662138fe91f835 (diff)
Export named getCertificateInfo()
Diffstat (limited to 'packages/server/src/helpers/index.ts')
-rw-r--r--packages/server/src/helpers/index.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/server/src/helpers/index.ts b/packages/server/src/helpers/index.ts
index 175caa2..072e37c 100644
--- a/packages/server/src/helpers/index.ts
+++ b/packages/server/src/helpers/index.ts
@@ -7,7 +7,7 @@ import { decodeCborFirst } from './decodeCbor';
import { decodeClientDataJSON } from './decodeClientDataJSON';
import { decodeCredentialPublicKey } from './decodeCredentialPublicKey';
import { generateChallenge } from './generateChallenge';
-import getCertificateInfo from './getCertificateInfo';
+import { getCertificateInfo } from './getCertificateInfo';
import isBase64URLString from './isBase64URLString';
import isCertRevoked from './isCertRevoked';
import parseAuthenticatorData from './parseAuthenticatorData';