diff options
author | Matthew Miller <matthew@millerti.me> | 2022-11-11 15:35:16 -0800 |
---|---|---|
committer | Matthew Miller <matthew@millerti.me> | 2022-11-11 15:35:16 -0800 |
commit | 295c5463be1dbdf477ae08d91c936805cd2a5b34 (patch) | |
tree | 2e67842fde6853e4e40446036eb3b890c1a71385 /packages/server/src/helpers/convertAAGUIDToString.ts | |
parent | 9df18aa815830eaacd81beb604bdd43b664552ec (diff) |
Update uint8Array import paths
Diffstat (limited to 'packages/server/src/helpers/convertAAGUIDToString.ts')
-rw-r--r-- | packages/server/src/helpers/convertAAGUIDToString.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/server/src/helpers/convertAAGUIDToString.ts b/packages/server/src/helpers/convertAAGUIDToString.ts index 80dc63c..0bb6c7d 100644 --- a/packages/server/src/helpers/convertAAGUIDToString.ts +++ b/packages/server/src/helpers/convertAAGUIDToString.ts @@ -1,4 +1,4 @@ -import uint8Array from './uint8Array'; +import * as uint8Array from './uint8Array'; /** * Convert the aaguid buffer in authData into a UUID string |