refactor(config): fix naming of system options (#9917)
This commit is contained in:
@@ -54,10 +54,10 @@ function SwaggerUI(userOptions) {
|
|||||||
userOptions,
|
userOptions,
|
||||||
queryOptions
|
queryOptions
|
||||||
)
|
)
|
||||||
const storeOptions = systemOptionsFactorization(mergedOptions)
|
const systemOptions = systemOptionsFactorization(mergedOptions)
|
||||||
const InlinePlugin = inlinePluginOptionsFactorization(mergedOptions)
|
const InlinePlugin = inlinePluginOptionsFactorization(mergedOptions)
|
||||||
|
|
||||||
const unboundSystem = new System(storeOptions)
|
const unboundSystem = new System(systemOptions)
|
||||||
unboundSystem.register([mergedOptions.plugins, InlinePlugin])
|
unboundSystem.register([mergedOptions.plugins, InlinePlugin])
|
||||||
const system = unboundSystem.getSystem()
|
const system = unboundSystem.getSystem()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user