Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
Signed-off-by: instamenta <[email protected]>
  • Loading branch information
instamenta committed Dec 6, 2024
1 parent 35452b4 commit 030f338
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/config/remote/remote_config_validator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import {SoloError} from '../../errors.js';

import type {K8} from '../../k8.js';
import type {ComponentsDataWrapper} from './components_data_wrapper.js';
import { BaseComponent } from './components/base_component.js';
import {type BaseComponent} from './components/base_component.js';

/**
* Static class is used to validate that components in the remote config
Expand Down

0 comments on commit 030f338

Please sign in to comment.