Skip to content

Commit

Permalink
hook up reporting plugin to "stop" phase of reporting plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
jloleysens committed Mar 7, 2022
1 parent 5a2e5bf commit 9b1f5ab
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions x-pack/plugins/reporting/server/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -113,4 +113,8 @@ export class ReportingPlugin

return reportingCore.getContract();
}

stop() {
this.reportingCore?.pluginStop();
}
}

0 comments on commit 9b1f5ab

Please sign in to comment.