mirror of
https://github.com/gravitl/netmaker.git
synced 2026-04-23 00:17:10 +08:00
fix(go): run posture check violations on delete;
This commit is contained in:
@@ -299,6 +299,7 @@ func deletePostureCheck(w http.ResponseWriter, r *http.Request) {
|
||||
})
|
||||
|
||||
go mq.PublishPeerUpdate(false)
|
||||
go proLogic.RunPostureChecks()
|
||||
logic.ReturnSuccessResponseWithJson(w, r, pc, "deleted posture check")
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user