Skip to content

Commit

Permalink
Hotfix for runtime err in monitoring agent
Browse files Browse the repository at this point in the history
  • Loading branch information
seokho-son committed Nov 7, 2022
1 parent 98ddf4b commit 04a46fb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/core/mcis/monitoring.go
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,6 @@ func CallMonitoringAsync(wg *sync.WaitGroup, nsID string, mcisID string, mcisSer

result = string(body)
}
defer res.Body.Close()

//wg.Done() //goroutin sync done

Expand Down

0 comments on commit 04a46fb

Please sign in to comment.