mirror of https://gitee.com/bigwinds/arangodb
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
This commit is contained in:
commit
d3551a77a1
|
@ -147,7 +147,7 @@
|
|||
// .............................................................................
|
||||
|
||||
// contentType explicitly specified for asset
|
||||
if (asset.hasOwnProperty("contentType") && asset.contentType !== '') {
|
||||
if (asset.contentType) {
|
||||
type = asset.contentType;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue