cleanup todos

This commit is contained in:
Shreyas Goenka 2024-11-29 02:01:03 +01:00
parent 9fd42279d9
commit bfabca17a4
No known key found for this signature in database
GPG Key ID: 92A07DF49CCB0622
1 changed files with 1 additions and 4 deletions

View File

@ -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"`
}