mirror of
https://github.com/postmanlabs/openapi-to-postman.git
synced 2022-11-29 22:05:00 +03:00
fixed linting errors.
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user