Skip to content

Commit 9ae80c0

Browse files
committed
original comment was fine
1 parent 7a9175c commit 9ae80c0

File tree

1 file changed

+1
-1
lines changed
  • x-pack/plugins/reporting/server/lib/store

1 file changed

+1
-1
lines changed

x-pack/plugins/reporting/server/lib/store/report.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ export class Report implements Partial<ReportingDocument> {
7373
public readonly timeout?: number;
7474

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

0 commit comments

Comments
 (0)