From 194f07d48efd7ad5c2df01a5c47bf8d7d77da1cb Mon Sep 17 00:00:00 2001 From: Manav Rathi Date: Thu, 29 Aug 2024 17:50:09 +0530 Subject: [PATCH] Fix style lint issue --- web/packages/shared/storage/localStorage/index.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/web/packages/shared/storage/localStorage/index.ts b/web/packages/shared/storage/localStorage/index.ts index cf8acf5a95..df80b21330 100644 --- a/web/packages/shared/storage/localStorage/index.ts +++ b/web/packages/shared/storage/localStorage/index.ts @@ -46,7 +46,6 @@ export const getData = (key: LS_KEYS) => { } }; - // TODO: Migrate this to `local-user.ts`, with (a) more precise optionality // indication of the constituent fields, (b) moving any fields that need to be // accessed from web workers to KV DB.