make sure data is persisted to DB.

This commit is contained in:
Jason Kulatunga
2021-07-25 22:32:13 -07:00
parent 80f4660130
commit bd19230cbf
4 changed files with 49 additions and 8 deletions
@@ -446,11 +446,3 @@ func (sr *scrutinyRepository) GetSummary(ctx context.Context) (map[string]*model
return summaries, nil
}
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// Process Thresholds
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
func (sr *scrutinyRepository) ProcessSmartAttributeThresholds() {
}