Skip to content
Snippets Groups Projects
Commit bb7b5463 authored by Rafael László's avatar Rafael László :speech_balloon:
Browse files

fix unused file

parent d47510a2
No related branches found
Tags 1.1.0
No related merge requests found
......@@ -35,7 +35,7 @@ const allowedFileTypes = [
'application/x-zip',
];
const allowedFileEnds = ['.zip', '.jpeg', '.jpg', '.jpe', '.png'];
// const allowedFileEnds = ['.zip', '.jpeg', '.jpg', '.jpe', '.png'];
function validateFileName(fileNameToValidate) {
return true;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment