From 2dc079a97a4ef4f8bc1cbb6a50f178bab8bdc789 Mon Sep 17 00:00:00 2001 From: artaasadi Date: Thu, 26 Dec 2024 14:46:15 +0100 Subject: [PATCH] fix: change Description in TaskResult --- pkg/es/messages.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/es/messages.go b/pkg/es/messages.go index aa49cba..46bdd31 100644 --- a/pkg/es/messages.go +++ b/pkg/es/messages.go @@ -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"`