removed unwanted function getAllCollections
This commit is contained in:
parent
c281465fcd
commit
4cdd208f34
1 changed files with 0 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue