diff options
author | Matthew Miller <matthew@millerti.me> | 2022-07-27 22:11:38 -0700 |
---|---|---|
committer | Matthew Miller <matthew@millerti.me> | 2022-07-27 22:11:38 -0700 |
commit | e55cf4f3948ae07e8233fa10211613e2769596fc (patch) | |
tree | a38d0a391ae103084859d49f6ec8b8840d751ef6 /packages/server/src/helpers/index.ts | |
parent | df183cd36ab29d72b6c65c871ff87bcc51e5957b (diff) |
Export named convertAAGUIDToString()
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 248a31f..5c0c9a6 100644 --- a/packages/server/src/helpers/index.ts +++ b/packages/server/src/helpers/index.ts @@ -1,4 +1,4 @@ -import convertAAGUIDToString from './convertAAGUIDToString'; +import { convertAAGUIDToString } from './convertAAGUIDToString'; import convertCertBufferToPEM from './convertCertBufferToPEM'; import convertCOSEtoPKCS from './convertCOSEtoPKCS'; import convertPublicKeyToPEM from './convertPublicKeyToPEM'; |