fix(crypto): getRandomValues return value (#10658)

This commit is contained in:
octicon-git-branch(16/)
octicon-tag(16/)
Nathan Walker
2025-01-13 18:41:12 -08:00
committed by GitHub
gitea-unlock(16/)
parent 17a94a2b32
commit 603b2dc547

1
packages/core/wgc/crypto/index.ts
View File

@@ -31,5 +31,6 @@ export class Crypto {
NSCCrypto.getRandomValues(data); NSCCrypto.getRandomValues(data);
} }
return typedArray;
} }
} }