summaryrefslogtreecommitdiffhomepage
path: root/packages/server/src/helpers/index.ts
diff options
context:
space:
mode:
authorMatthew Miller <matthew@millerti.me>2022-07-27 22:11:38 -0700
committerMatthew Miller <matthew@millerti.me>2022-07-27 22:11:38 -0700
commite55cf4f3948ae07e8233fa10211613e2769596fc (patch)
treea38d0a391ae103084859d49f6ec8b8840d751ef6 /packages/server/src/helpers/index.ts
parentdf183cd36ab29d72b6c65c871ff87bcc51e5957b (diff)
Export named convertAAGUIDToString()
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 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';