mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-05-07 14:56:22 +02:00
fix(core): fixed eslint warning
This commit is contained in:
@@ -181,7 +181,7 @@
|
||||
* checkHnRWarning
|
||||
*/
|
||||
vm.checkHnRWarning = function () {
|
||||
if(vm.hnrConfig.enable) {
|
||||
if (vm.hnrConfig.enable) {
|
||||
vm.getWarning();
|
||||
$interval(vm.getWarning, vm.hnrConfig.checkWaringInterval);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user