Skip to content

Commit

Permalink
comment clarification
Browse files Browse the repository at this point in the history
  • Loading branch information
tsullivan committed Jun 23, 2021
1 parent 4e1ea88 commit 07bd221
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/plugins/reporting/server/lib/store/store.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import { mapping } from './mapping';
import { MIGRATION_VERSION, Report, ReportDocument, ReportSource } from './report';

/*
* When the instance claims a job, we like to know which instance it is
* When an instance of Kibana claims a report job, this information tells us about that instance
*/
export type ReportProcessingFields = Required<{
kibana_id: Report['kibana_id'];
Expand Down

0 comments on commit 07bd221

Please sign in to comment.