parent
2386543e5c
commit
1a442d6e69
1 changed files with 37 additions and 35 deletions
|
|
@ -11,6 +11,8 @@ export const normalizeFiletype = (filetype: string): string => {
|
|||
return "latex";
|
||||
case "md":
|
||||
return "markdown";
|
||||
case "unknown":
|
||||
return "m4a";
|
||||
default:
|
||||
return lowercaseFiletype;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue