We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e998bed commit 33555e9Copy full SHA for 33555e9
src/core/index.js
@@ -54,10 +54,10 @@ function SwaggerUI(userOptions) {
54
userOptions,
55
queryOptions
56
)
57
- const storeOptions = systemOptionsFactorization(mergedOptions)
+ const systemOptions = systemOptionsFactorization(mergedOptions)
58
const InlinePlugin = inlinePluginOptionsFactorization(mergedOptions)
59
60
- const unboundSystem = new System(storeOptions)
+ const unboundSystem = new System(systemOptions)
61
unboundSystem.register([mergedOptions.plugins, InlinePlugin])
62
const system = unboundSystem.getSystem()
63
0 commit comments