Remove unused

This commit is contained in:
Manav Rathi 2024-04-13 21:24:52 +05:30
parent d03b265eb4
commit 6829d0bf15
No known key found for this signature in database

View file

@ -513,9 +513,6 @@ const getUniqueCollectionFolderPath = async (
return collectionFolderPath;
};
export const getMetadataFolderPath = (collectionFolderPath: string) =>
`${collectionFolderPath}/${exportMetadataDirectoryName}`;
const getUniqueFileSaveName = async (
collectionPath: string,
filename: string,