Skip to content

Commit

Permalink
refactor(config): remove unused config options (#9958)
Browse files Browse the repository at this point in the history
  • Loading branch information
char0n committed May 22, 2024
1 parent ee335f2 commit 7bf16be
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/core/config/defaults.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ const defaultOptions = Object.freeze({
oauth2RedirectUrl: undefined,
persistAuthorization: false,
configs: {},
custom: {},
displayOperationId: false,
displayRequestDuration: false,
deepLinking: false,
Expand Down
1 change: 0 additions & 1 deletion src/core/config/factorization/inline-plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
const InlinePluginFactorization = (options) => () => ({
fn: options.fn,
components: options.components,
state: options.state,
})

export default InlinePluginFactorization

0 comments on commit 7bf16be

Please sign in to comment.