Change default input for resolver

This commit is contained in:
umeshp7
2020-06-19 21:50:19 +05:30
parent 8278411a2c
commit 1e39c7f2dd

View File

@@ -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,