fix casing

This commit is contained in:
Abhinav 2023-04-27 15:56:50 +05:30
parent ec328a6a25
commit 7749de84fc
2 changed files with 4 additions and 4 deletions

View file

@ -18,8 +18,8 @@ import {
getCollectionExportedFiles,
getCollectionExportPath,
getOldCollectionExportPath,
getOldfileExportPath as getOldFileExportPath,
getOldFileMetadataexportPath as getOldFileMetadataExportPath,
getOldFileExportPath,
getOldFileMetadataExportPath,
} from 'utils/export';
import { retryAsyncFunction } from 'utils/network';
import { logError } from 'utils/sentry';

View file

@ -300,7 +300,7 @@ export const getOldCollectionExportPath = (
collectionName: string
) => `${dir}/${collectionID}_${oldSanitizeName(collectionName)}`;
export const getOldfileExportPath = (
export const getOldFileExportPath = (
collectionExportPath: string,
file: EnteFile
) =>
@ -308,7 +308,7 @@ export const getOldfileExportPath = (
file.metadata.title
)}`;
export const getOldFileMetadataexportPath = (
export const getOldFileMetadataExportPath = (
collectionExportPath: string,
file: EnteFile
) =>