mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-10 18:23:50 +00:00
removed extra clearInterval
This commit is contained in:
parent
b09020f72e
commit
fbdc221652
|
@ -108,7 +108,6 @@ export const usePairlistConfigStore = defineStore(
|
|||
whitelist.value = wl.result.whitelist;
|
||||
} else if (wl.error) {
|
||||
showAlert(wl.error, 'danger');
|
||||
clearInterval(intervalId.value);
|
||||
evaluating.value = false;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user