mirror of
https://github.com/postmanlabs/openapi-to-postman.git
synced 2022-11-29 22:05:00 +03:00
Change default input for resolver
This commit is contained in:
@@ -170,7 +170,7 @@ module.exports = {
|
||||
* @param {Object} files Map of files path and content
|
||||
* @return {Object} Resolved content
|
||||
*/
|
||||
resolveContent: function (openapi, options, files = {}) {
|
||||
resolveContent: function (openapi, options, files) {
|
||||
return resolver.resolve(openapi, options.source, {
|
||||
options: Object.assign({}, options),
|
||||
resolve: true,
|
||||
|
||||
Reference in New Issue
Block a user