Skip to content

Commit

Permalink
Disabling PPTX temporarily (#6231)
Browse files Browse the repository at this point in the history
  • Loading branch information
lasryaric authored Jul 15, 2024
1 parent 2e3a61c commit 3cbc531
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ export function getMimeTypesToDownload({
"text/csv",
// docx files hosted on Gdrive
"application/vnd.openxmlformats-officedocument.wordprocessingml.document",
"application/vnd.openxmlformats-officedocument.presentationml.presentation",
// Temporarily excluding pptx files for debugging purpose.
// "application/vnd.openxmlformats-officedocument.presentationml.presentation",
];
if (pdfEnabled) {
mimeTypes.push("application/pdf");
Expand Down

0 comments on commit 3cbc531

Please sign in to comment.