Skip to content

Commit

Permalink
error with function
Browse files Browse the repository at this point in the history
  • Loading branch information
vicente87 committed Dec 9, 2024
1 parent e40ad8f commit 8ce06c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/resourcemanager/delegate.go
Original file line number Diff line number Diff line change
Expand Up @@ -939,7 +939,7 @@ func createParameters(results [][]float64, duration time.Duration, clusterStatus
}

func eventBuild(event, storage_provider string) []byte {

fmt.Println("eventBuild Function")
var eventMap map[string]interface{}
err := json.Unmarshal([]byte(event), &eventMap)
if err != nil {
Expand Down

0 comments on commit 8ce06c4

Please sign in to comment.