diff --git a/plugins/stronghold/guest-js/index.ts b/plugins/stronghold/guest-js/index.ts index 44a4a831..f3bd8751 100644 --- a/plugins/stronghold/guest-js/index.ts +++ b/plugins/stronghold/guest-js/index.ts @@ -300,7 +300,7 @@ export class Store { key: toBytesDto(key), }).then((v) => { if (v !== null || undefined) { - Uint8Array.from(v); + Uint8Array.from(v) } else { null