removed unwanted function getAllCollections

This commit is contained in:
Abhinav-grd 2021-02-03 13:53:51 +05:30
parent c281465fcd
commit 4cdd208f34

View file

@ -128,11 +128,6 @@ export const fetchUpdatedCollections = async (token: string, key: string) => {
return updatedCollections;
};
export const getAllCollections = async () => {
const collections = await localForage.setItem('collection-update-time', Date.now() * 1000);
return collections;
}
export const getCollectionLatestFile = async (
collections: collection[],
token