Skip to content

Commit 7bf16be

Browse files
authored
refactor(config): remove unused config options (#9958)
1 parent ee335f2 commit 7bf16be

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/core/config/defaults.js

-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ const defaultOptions = Object.freeze({
1818
oauth2RedirectUrl: undefined,
1919
persistAuthorization: false,
2020
configs: {},
21-
custom: {},
2221
displayOperationId: false,
2322
displayRequestDuration: false,
2423
deepLinking: false,

src/core/config/factorization/inline-plugin.js

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
const InlinePluginFactorization = (options) => () => ({
66
fn: options.fn,
77
components: options.components,
8-
state: options.state,
98
})
109

1110
export default InlinePluginFactorization

0 commit comments

Comments
 (0)