diff --git a/src/controllers/tickets.js b/src/controllers/tickets.js index db840df7a..caf1aa632 100644 --- a/src/controllers/tickets.js +++ b/src/controllers/tickets.js @@ -575,9 +575,7 @@ ticketsController.uploadImageMDE = function (req, res) { '.bmp', '.dib', '.heif', - '.heic', - '.svg', - '.svgz' + '.heic' ] if (!allowedExtensions.includes(ext.toLocaleLowerCase())) {