fix(core): update

This commit is contained in:
Philipp Kunz 2021-08-14 17:02:40 +02:00
parent cd2cc0685e
commit f5e8af9a06

View File

@ -98,5 +98,7 @@ export class SmartMetrics {
return returnMetrics;
}
public async stop() {}
public stop() {
this.started = false;
}
}