fixed linting errors.

This commit is contained in:
Dhroov Gupta
2019-07-12 14:21:08 +05:30
parent f1801f8704
commit 5ccfd5a6c4
2 changed files with 4 additions and 4 deletions

View File

@@ -11,7 +11,7 @@ const sdk = require('postman-collection'),
XML: 'xml' // used for request-body XMLs
},
URLENCODED = 'application/x-www-form-urlencoded',
APP_JSON = 'application/json',
APP_JSON = 'application/json',
APP_VND_JSON = 'application/vnd.api+json',
APP_JS = 'application/javascript',
APP_XML = 'application/xml',