mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-11 02:33:51 +00:00
Don't run .then
if we're not using it
This commit is contained in:
parent
d659436e3f
commit
6eddc61f24
|
@ -81,9 +81,10 @@ export default class Graphs extends Vue {
|
||||||
}
|
}
|
||||||
if (this.historicView) {
|
if (this.historicView) {
|
||||||
// this.refresh();
|
// this.refresh();
|
||||||
this.getAvailablePairs({ timeframe: this.timeframe }).then((val) => {
|
this.getAvailablePairs({ timeframe: this.timeframe });
|
||||||
// console.log(val);
|
// .then((val) => {
|
||||||
});
|
// console.log(val);
|
||||||
|
// });
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user