Skip to content

Commit

Permalink
Revert "fix: refresh agent enable feature"
Browse files Browse the repository at this point in the history
This reverts commit c3c8ed2.
  • Loading branch information
jin-xiaofeng committed Aug 13, 2024
1 parent 16c7457 commit 12ded28
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion server/controller/http/service/vtap.go
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,6 @@ func (a *Agent) Update(lcuuid, name string, vtapUpdate map[string]interface{}) (
return model.Vtap{}, err
}
dbUpdateMap["license_functions"] = licenseFunctionStr
refresh.RefreshCache(orgID, []common.DataChanged{common.DATA_CHANGED_VTAP})
}

err = db.Transaction(func(tx *gorm.DB) error {
Expand Down

0 comments on commit 12ded28

Please sign in to comment.