fix login
This commit is contained in:
parent
ac8f44b4c1
commit
8a32c2d31f
3 changed files with 13 additions and 10 deletions
|
|
@ -17,8 +17,6 @@ export const normalizeOutputFiletype = (filetype: string): string => {
|
|||
switch (lowercaseFiletype) {
|
||||
case "jpeg":
|
||||
return "jpg";
|
||||
case "mpeg4":
|
||||
return "mp4";
|
||||
default:
|
||||
return lowercaseFiletype;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue