fix login

This commit is contained in:
C4illin 2024-05-25 00:51:07 +02:00
parent ac8f44b4c1
commit 8a32c2d31f
3 changed files with 13 additions and 10 deletions

View file

@ -17,8 +17,6 @@ export const normalizeOutputFiletype = (filetype: string): string => {
switch (lowercaseFiletype) {
case "jpeg":
return "jpg";
case "mpeg4":
return "mp4";
default:
return lowercaseFiletype;
}