Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
pgayvallet committed Jan 18, 2022
1 parent bc5aa3d commit b288f90
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ export class ExecutionContextService

private getAsHeader(): string | undefined {
if (!this.enabled) return;
// requestId may not be present in the case of FakeRequest
// requestId may not be present if unspecified by the client or in the case of FakeRequest
const requestId = this.requestIdStore.getStore()?.requestId ?? 'unknownId';
const executionContext = this.contextStore.getStore()?.toString();
const executionContextStr = executionContext ? `;kibana:${executionContext}` : '';
Expand Down

0 comments on commit b288f90

Please sign in to comment.