diff options
author | Matthew Miller <matthew@millerti.me> | 2022-07-27 22:12:30 -0700 |
---|---|---|
committer | Matthew Miller <matthew@millerti.me> | 2022-07-27 22:12:30 -0700 |
commit | 2fbf3bb8f218a749bc29dd37d5bb677a85d2cf5f (patch) | |
tree | faef8ca430b94c35bef03cba271f354f46ec99de /packages/server/src/helpers/index.ts | |
parent | 04d9b5c392baab888639bb1d6d0d2f96e556171b (diff) |
Export named convertPublicKeyToPEM()
Diffstat (limited to 'packages/server/src/helpers/index.ts')
-rw-r--r-- | packages/server/src/helpers/index.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/server/src/helpers/index.ts b/packages/server/src/helpers/index.ts index 01bc880..43a2ae2 100644 --- a/packages/server/src/helpers/index.ts +++ b/packages/server/src/helpers/index.ts @@ -1,7 +1,7 @@ import { convertAAGUIDToString } from './convertAAGUIDToString'; import { convertCertBufferToPEM } from './convertCertBufferToPEM'; import { convertCOSEtoPKCS } from './convertCOSEtoPKCS'; -import convertPublicKeyToPEM from './convertPublicKeyToPEM'; +import { convertPublicKeyToPEM } from './convertPublicKeyToPEM'; import decodeAttestationObject from './decodeAttestationObject'; import { decodeCborFirst } from './decodeCbor'; import decodeClientDataJSON from './decodeClientDataJSON'; |