diff --git a/web/apps/photos/src/services/export/migration.ts b/web/apps/photos/src/services/export/migration.ts index c89b34d40..16078c185 100644 --- a/web/apps/photos/src/services/export/migration.ts +++ b/web/apps/photos/src/services/export/migration.ts @@ -513,9 +513,6 @@ const getUniqueCollectionFolderPath = async ( return collectionFolderPath; }; -export const getMetadataFolderPath = (collectionFolderPath: string) => - `${collectionFolderPath}/${exportMetadataDirectoryName}`; - const getUniqueFileSaveName = async ( collectionPath: string, filename: string,