Skip to content

Commit 030f338

Browse files
committed
lint fix
Signed-off-by: instamenta <instamenta@abv.bg>
1 parent 35452b4 commit 030f338

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/config/remote/remote_config_validator.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import {SoloError} from '../../errors.js';
1919

2020
import type {K8} from '../../k8.js';
2121
import type {ComponentsDataWrapper} from './components_data_wrapper.js';
22-
import { BaseComponent } from './components/base_component.js';
22+
import {type BaseComponent} from './components/base_component.js';
2323

2424
/**
2525
* Static class is used to validate that components in the remote config

0 commit comments

Comments
 (0)