You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-08 21:42:24 +03:00
Fix spacing errors (#7484)
This commit is contained in:
@@ -439,7 +439,7 @@ export default class CountlyAnalytics {
|
||||
|
||||
public async disable() {
|
||||
if (this.disabled) return;
|
||||
await this.track("Opt-Out" );
|
||||
await this.track("Opt-Out");
|
||||
this.endSession();
|
||||
window.clearInterval(this.heartbeatIntervalId);
|
||||
window.clearTimeout(this.activityIntervalId);
|
||||
|
||||
Reference in New Issue
Block a user