chore: enable anomaly detection for ee/paid plan (#6243)

This commit is contained in:
Srikanth Chekuri 2024-10-24 07:38:31 +05:30 committed by GitHub
parent 6c7167a224
commit f2e33d7ca9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -373,7 +373,7 @@ var EnterprisePlan = basemodel.FeatureSet{
}, },
basemodel.Feature{ basemodel.Feature{
Name: basemodel.AnomalyDetection, Name: basemodel.AnomalyDetection,
Active: false, Active: true,
Usage: 0, Usage: 0,
UsageLimit: -1, UsageLimit: -1,
Route: "", Route: "",