mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
vmalert: fix the typo in ApplyParams func (#1259)
This commit is contained in:
parent
131e9912eb
commit
7394967841
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue