Skip to content

Commit

Permalink
fix error in commit
Browse files Browse the repository at this point in the history
  • Loading branch information
vicente87 committed Dec 9, 2024
1 parent c309e79 commit fc0ee0c
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
@@ -939,7 +939,7 @@ func createParameters(results [][]float64, duration time.Duration, clusterStatus
}

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

0 comments on commit fc0ee0c

Please sign in to comment.