diff --git a/packages/core/wgc/crypto/index.ts b/packages/core/wgc/crypto/index.ts index ebb473f409..9b89ac06d7 100644 --- a/packages/core/wgc/crypto/index.ts +++ b/packages/core/wgc/crypto/index.ts @@ -31,5 +31,6 @@ export class Crypto { NSCCrypto.getRandomValues(data); } + return typedArray; } }