From bfabca17a4477afebdb80909275c5471e7d0ae92 Mon Sep 17 00:00:00 2001 From: Shreyas Goenka Date: Fri, 29 Nov 2024 02:01:03 +0100 Subject: [PATCH] cleanup todos --- libs/telemetry/api.go | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/libs/telemetry/api.go b/libs/telemetry/api.go index 3a2d1df12..e3f80fadb 100644 --- a/libs/telemetry/api.go +++ b/libs/telemetry/api.go @@ -14,9 +14,6 @@ type ResponseBody struct { } type LogError struct { - Message string `json:"message"` - - // TODO: Confirm with Ankit that this signature is accurate. When does this typically - // trigger? + Message string `json:"message"` ErrorType string `json:"ErrorType"` }