mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
remove unnecessary async stop
from plugins (#164807)
## Summary Related to https://github.com/elastic/kibana/issues/163519. All in title. Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
parent
116c4b809e
commit
903a5111e6
2 changed files with 1 additions and 3 deletions
|
@ -600,7 +600,7 @@ export class FleetPlugin
|
|||
};
|
||||
}
|
||||
|
||||
public async stop() {
|
||||
public stop() {
|
||||
appContextService.stop();
|
||||
this.policyWatcher?.stop();
|
||||
licenseService.stop();
|
||||
|
|
|
@ -69,6 +69,4 @@ export class TriggersActionsPlugin implements Plugin<void, PluginStartContract>
|
|||
data: this.data,
|
||||
};
|
||||
}
|
||||
|
||||
public async stop(): Promise<void> {}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue