revid: bug fix to pass tests

This commit is contained in:
Trek H 2020-08-11 13:49:41 +09:30
parent 5fe586913f
commit 03a24475f8
1 changed files with 1 additions and 1 deletions

View File

@ -455,7 +455,7 @@ var Variables = []struct {
if err != nil {
c.Logger.Log(logger.Warning, fmt.Sprintf("invalid %s param", "RecPeriod"), "value", v)
}
return _v
c.RecPeriod = _v
},
},
{