提交 30503e10 编写于 作者: N nem035

small bug fix

上级 bc9fd971
......@@ -19,7 +19,7 @@ const normalize = (sec) => {
interval = minInterval;
message = `Interval of ${sec} seconds is too low. Setting to min allowed interval of ${minInterval} second(s).`;
} else if (sec > maxInterval) {
interval = minInterval;
interval = maxInterval;
message = `Interval of ${sec} seconds is too high. Setting to max allowed interval of ${maxInterval} second(s).`;
} else {
interval = sec;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册