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

This commit is contained in:
Nathan Walker
2025-01-13 18:41:12 -08:00
committed by GitHub
parent 17a94a2b32
commit 603b2dc547

View File

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