We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a9175c commit 9ae80c0Copy full SHA for 9ae80c0
x-pack/plugins/reporting/server/lib/store/report.ts
@@ -73,7 +73,7 @@ export class Report implements Partial<ReportingDocument> {
73
public readonly timeout?: number;
74
75
/*
76
- * Create an unsaved report, or an object to track a reporting document in ES
+ * Create an unsaved report
77
*/
78
constructor(opts: Partial<ReportingDocument>) {
79
this._id = opts._id != null ? opts._id : puid.generate();
0 commit comments