Skip to content

Commit

Permalink
[CI] Auto-commit changed files from 'node scripts/eslint --no-cache -…
Browse files Browse the repository at this point in the history
…-fix'
  • Loading branch information
kibanamachine committed Sep 11, 2023
1 parent ba8ffec commit efdc13a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ export class UiSettingsService
public async start(): Promise<InternalUiSettingsServiceStart> {
if (this.allowlist) {
// If we are in development mode, check if all settings in the allowlist are registered
if (process.env.NODE_ENV !== 'production'){
if (process.env.NODE_ENV !== 'production') {
this.validateAllowlist();
}
this.applyAllowlist(this.uiSettingsDefaults, false);
Expand Down

0 comments on commit efdc13a

Please sign in to comment.