Skip to content

Commit

Permalink
fix: no need to specify common existdb mime types anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
line-o committed Mar 8, 2017
1 parent 2bc5a4e commit d4bd38b
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,6 @@ var defaultQueryOptions = {

var isWin = os.platform() === 'win32'

// add common existDB file types
mime.define({
'application/xquery': ['xq', 'xql', 'xqm'],
'application/xml': ['xconf']
})

function isSaxParserError (error) {
return error && error.faultString && /SAXParseException/.test(error.faultString)
}
Expand Down

0 comments on commit d4bd38b

Please sign in to comment.