fix(core): update
This commit is contained in:
parent
3c7b5215da
commit
00ebafb94a
@ -55,7 +55,7 @@ export interface ILogContext {
|
|||||||
|
|
||||||
export interface ILogCorrelation {
|
export interface ILogCorrelation {
|
||||||
id: string;
|
id: string;
|
||||||
type: 'group' | 'build' | 'requestchain' | 'job';
|
type: 'none' | 'group' | 'build' | 'requestchain' | 'job';
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user