Update libs/telemetry/api.go

Co-authored-by: Pieter Noordhuis <pieter.noordhuis@databricks.com>
This commit is contained in:
shreyas-goenka 2025-01-28 16:13:39 +05:30 committed by GitHub
parent cbd3a4860f
commit 57ca88c3f3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -15,5 +15,5 @@ type ResponseBody struct {
type LogError struct { type LogError struct {
Message string `json:"message"` Message string `json:"message"`
ErrorType string `json:"ErrorType"` ErrorType string `json:"errorType"`
} }