This commit is contained in:
alteredCoder 2021-10-18 16:21:01 +02:00
parent 03a058dff6
commit 0b4d812b90

View file

@ -160,9 +160,6 @@ func (c *Controller) CreateAlert(gctx *gin.Context) {
c.HandleDBErrors(gctx, err)
return
}
for _, alert := range alertsToSend {
alert.MachineID = machineID
}
if c.CAPIChan != nil {
select {