From ed4d2634108676e7269abf8f06eda43db4f82ceb Mon Sep 17 00:00:00 2001 From: Ludea Date: Thu, 18 May 2023 09:43:44 +0200 Subject: [PATCH] Return value --- plugins/stronghold/guest-js/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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