From 142fd3c7f2885ef5f4e540d2f4417d435ab77232 Mon Sep 17 00:00:00 2001 From: Ewout Stortenbeker Date: Mon, 19 Dec 2022 10:46:06 +0100 Subject: [PATCH] Promises to async --- src/storage/custom/local-storage/index.ts | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/storage/custom/local-storage/index.ts b/src/storage/custom/local-storage/index.ts index 111e27f..46ae3c8 100644 --- a/src/storage/custom/local-storage/index.ts +++ b/src/storage/custom/local-storage/index.ts @@ -17,11 +17,10 @@ export function createLocalStorageInstance(dbname: string, init: Partial