mirror of https://github.com/node-red/node-red.git
Fix duplicate declaration
parent
ce0feb2f42
commit
65d2ad68d3
|
@ -24,7 +24,6 @@ module.exports = function(RED) {
|
|||
"text/css":"string",
|
||||
"text/html":"string",
|
||||
"text/plain":"string",
|
||||
"text/html":"string",
|
||||
"application/json":"json",
|
||||
"application/octet-stream":"buffer",
|
||||
"application/pdf":"buffer",
|
||||
|
|
Loading…
Reference in New Issue