added properties was suppose to be used

This commit is contained in:
nighttrek
2025-07-16 00:03:01 -07:00
parent 0ebdd22549
commit 0224126949
@@ -154,9 +154,9 @@ class TelemetryService {
this.client.capture({
distinctId: this.distinctId,
event: "$set",
properties: {
properties: this.addProperties({
$set: { telemetry_enabled: true },
},
}),
})
} else {
this.client.capture({