remove entry for publicCollection sync time while removing collection

This commit is contained in:
Neeraj Gupta 2022-02-22 12:24:56 +05:30
parent de295b988e
commit b93fb5167c
No known key found for this signature in database
GPG key ID: 3C5A1684DC1729E1

View file

@ -321,6 +321,8 @@ export const removePublicCollectionWithFiles = async (
)
);
await localForage.removeItem(getPublicCollectionSyncTimeUID(collectionUID));
const publicCollectionFiles =
(await localForage.getItem<LocalSavedPublicCollectionFiles[]>(
PUBLIC_COLLECTION_FILES_TABLE