diff --git a/web/packages/media/file-type.ts b/web/packages/media/file-type.ts index 224507bfee..278d6fc781 100644 --- a/web/packages/media/file-type.ts +++ b/web/packages/media/file-type.ts @@ -21,15 +21,6 @@ export const FileType = { * containing both the parts. */ livePhoto: 2, - /** - * An unknown file type. - * - * The exact value here doesn't matter (and won't likely match what we get - * from remote). This instead is serving as a placeholder, forcing us to - * deal with the scenario that an EnteFile's type can be different from one - * of the above. - */ - other: 3, } as const; /**