fix(go): run posture check violations on delete;

This commit is contained in:
VishalDalwadi
2026-03-23 10:38:05 +05:30
parent 1d9d23dde6
commit 9cb80e6428
+1
View File
@@ -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")
}