Skip to content

Commit

Permalink
Merge pull request #9 from SkeLLLa/patch-1
Browse files Browse the repository at this point in the history
Remove unused dependency
  • Loading branch information
amitguptagwl committed Apr 17, 2020
2 parents 9fb6e24 + 60bcabc commit 7d2f13b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

const fp = require('fastify-plugin')
const fxp = require('fast-xml-parser')
const qs = require('qs')

const defaults = {
contentType: ["text/xml", "application/xml", "application/rss+xml"],
Expand Down Expand Up @@ -57,4 +56,4 @@ function xmlBodyParserPlugin(fastify, options, next) {
module.exports = fp(xmlBodyParserPlugin, {
fastify: '>=1.0.0-rc.1',
name: 'fastify-xml-body-parser'
})
})

0 comments on commit 7d2f13b

Please sign in to comment.