chore: code cleanup

This commit is contained in:
RitvikSardana 2024-12-17 13:11:57 +05:30
parent f6637d7ef0
commit 6e524ada8f

View file

@ -36,6 +36,7 @@ ALLOWED_MIMETYPES = (
"text/plain", "text/plain",
"video/quicktime", "video/quicktime",
"video/mp4", "video/mp4",
"text/csv",
) )