Fix style lint issue

This commit is contained in:
Manav Rathi 2024-08-29 17:50:09 +05:30
parent 6aba9064a7
commit 194f07d48e
No known key found for this signature in database

View File

@ -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.