mirror of
https://github.com/voideditor/void
synced 2026-05-24 01:48:25 +00:00
proper ordering
This commit is contained in:
parent
722d0c5b3b
commit
b48c3aaf35
1 changed files with 1 additions and 1 deletions
|
|
@ -130,8 +130,8 @@ export class MetricsMainService extends Disposable implements IMetricsService {
|
|||
this.client.optOut()
|
||||
}
|
||||
else {
|
||||
this.client.identify(identifyMessage)
|
||||
this.client.optIn()
|
||||
this.client.identify(identifyMessage)
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue