Skip to content

Commit 3357af6

Browse files
authored
Merge pull request #1225 from processing/upload-tsv
fixes #1219
2 parents 91511aa + 20ac752 commit 3357af6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/utils/fileUtils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
export const fileExtensionsArray = ['gif', 'jpg', 'jpeg', 'png', 'bmp', 'wav', 'flac', 'ogg',
44
'oga', 'mp4', 'm4p', 'mp3', 'm4a', 'aiff', 'aif', 'm4v', 'aac', 'webm', 'mpg', 'mp2',
5-
'mpeg', 'mpe', 'mpv', 'js', 'jsx', 'html', 'htm', 'css', 'json', 'csv', 'obj', 'svg',
5+
'mpeg', 'mpe', 'mpv', 'js', 'jsx', 'html', 'htm', 'css', 'json', 'csv', 'tsv', 'obj', 'svg',
66
'otf', 'ttf', 'txt', 'mov', 'vert', 'frag', 'bin'];
77

88
export const mimeTypes = `image/*,audio/*,text/javascript,text/html,text/css,

0 commit comments

Comments
 (0)