Skip to content

Commit

Permalink
original comment was fine
Browse files Browse the repository at this point in the history
  • Loading branch information
tsullivan committed Aug 13, 2020
1 parent 7a9175c commit 9ae80c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/plugins/reporting/server/lib/store/report.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ export class Report implements Partial<ReportingDocument> {
public readonly timeout?: number;

/*
* Create an unsaved report, or an object to track a reporting document in ES
* Create an unsaved report
*/
constructor(opts: Partial<ReportingDocument>) {
this._id = opts._id != null ? opts._id : puid.generate();
Expand Down

0 comments on commit 9ae80c0

Please sign in to comment.