From 6829d0bf151b15d279b0be324b0d1b475e864349 Mon Sep 17 00:00:00 2001 From: Manav Rathi Date: Sat, 13 Apr 2024 21:24:52 +0530 Subject: [PATCH] Remove unused --- web/apps/photos/src/services/export/migration.ts | 3 --- 1 file changed, 3 deletions(-) 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,