mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2025-01-20 07:19:17 +01:00
vmalert: fix the typo in ApplyParams func (#1259)
This commit is contained in:
parent
131e9912eb
commit
7394967841
@ -116,8 +116,8 @@ func (s *VMStorage) Clone() *VMStorage {
|
||||
func (s *VMStorage) ApplyParams(params QuerierParams) *VMStorage {
|
||||
if params.DataSourceType != nil {
|
||||
s.dataSourceType = *params.DataSourceType
|
||||
s.evaluationInterval = params.EvaluationInterval
|
||||
}
|
||||
s.evaluationInterval = params.EvaluationInterval
|
||||
return s
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user