Unused (ft enum is now a number)

This commit is contained in:
Manav Rathi
2025-06-20 05:55:30 +05:30
parent 6e5fb95e8f
commit bdfaf6dcd2

View File

@@ -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;
/**