Skip to content

Commit

Permalink
e2e_errors -> e2ee_errors
Browse files Browse the repository at this point in the history
Signed-off-by: tobiasKaminsky <[email protected]>
  • Loading branch information
tobiasKaminsky committed Jan 17, 2024
1 parent 5790108 commit 6158d49
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ class SendClientDiagnosticRemoteOperation(
if (e2eError != null) {
map.add(e2eError.toJsonWithTypeString())
} else {
map.add(""""$E2E_ERRORS": {}""")
map.add(""""$E2EE_ERRORS": {}""")
}

return map.joinToString(prefix = "{", postfix = "}")
Expand All @@ -94,6 +94,6 @@ class SendClientDiagnosticRemoteOperation(
const val SYNC_CONFLICTS = "sync_conflicts"
const val PROBLEMS = "problems"
const val VIRUS_DETECTED = "virus_detected"
const val E2E_ERRORS = "e2e_errors"
const val E2EE_ERRORS = "e2ee_errors"
}
}

0 comments on commit 6158d49

Please sign in to comment.