Unused (ft enum is now a number)
This commit is contained in:
@@ -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;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user