fix(core): update

This commit is contained in:
Philipp Kunz 2020-06-05 07:12:04 +00:00
parent 3c7b5215da
commit 00ebafb94a

View File

@ -55,7 +55,7 @@ export interface ILogContext {
export interface ILogCorrelation {
id: string;
type: 'group' | 'build' | 'requestchain' | 'job';
type: 'none' | 'group' | 'build' | 'requestchain' | 'job';
}
/**