Skip to content

Commit

Permalink
fix: change Description in TaskResult
Browse files Browse the repository at this point in the history
  • Loading branch information
artaasadi committed Dec 26, 2024
1 parent 73f4364 commit 2dc079a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/es/messages.go
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ type TaskResult struct {
PlatformID string `json:"platform_id"`
ResourceID string `json:"resource_id"`
ResourceName string `json:"resource_name"`
Description interface{} `json:"description"`
Description interface{} `json:"Description"`
TaskType string `json:"task_type"`
ResultType string `json:"result_type"`
Metadata map[string]string `json:"metadata"`
Expand Down

0 comments on commit 2dc079a

Please sign in to comment.