Skip to content

Commit

Permalink
fix #6816: update sync telemetry message format (#6914)
Browse files Browse the repository at this point in the history
  • Loading branch information
garvankeeley authored Jul 6, 2020
1 parent e2322b1 commit fd46901
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sync/SyncTelemetryUtils.swift
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ extension SyncEngineStatsSession: DictionaryRepresentable {
}

if uploadStats.hasData() {
dict["outgoing"] = uploadStats.asDictionary()
dict["outgoing"] = [uploadStats.asDictionary()]
}

if let validation = self.validationStats, validation.hasData() {
Expand Down

0 comments on commit fd46901

Please sign in to comment.