remove redudant line
This commit is contained in:
parent
1e9260777a
commit
cc701e007b
@ -34,11 +34,12 @@ let apiKey = import.meta.env.VITE_STOCKNEAR_API_KEY;
|
|||||||
let prePostData = {};
|
let prePostData = {};
|
||||||
let similarstock = [];
|
let similarstock = [];
|
||||||
let topETFHolder = [];
|
let topETFHolder = [];
|
||||||
let previousClose = data?.getStockQuote?.previousClose;
|
|
||||||
let marketMoods = {}
|
let marketMoods = {}
|
||||||
let taRating = {};
|
let taRating = {};
|
||||||
let communitySentiment = {};
|
let communitySentiment = {};
|
||||||
|
|
||||||
|
$: previousClose = data?.getStockQuote?.previousClose;
|
||||||
|
|
||||||
//============================================//
|
//============================================//
|
||||||
|
|
||||||
let chart = null;
|
let chart = null;
|
||||||
@ -683,7 +684,6 @@ function changeChartType() {
|
|||||||
fairPrice = data?.getFairPrice;
|
fairPrice = data?.getFairPrice;
|
||||||
stockDeck = data?.getStockDeck;
|
stockDeck = data?.getStockDeck;
|
||||||
correlationList = data?.getCorrelation?.correlation;
|
correlationList = data?.getCorrelation?.correlation;
|
||||||
previousClose = data?.getStockQuote?.previousClose;
|
|
||||||
marketMoods = data?.getBullBearSay;
|
marketMoods = data?.getBullBearSay;
|
||||||
taRating = data?.getStockTARating;
|
taRating = data?.getStockTARating;
|
||||||
communitySentiment = data?.getCommunitySentiment;
|
communitySentiment = data?.getCommunitySentiment;
|
||||||
@ -693,7 +693,6 @@ function changeChartType() {
|
|||||||
//previousClose = stockDeck?.at(0)?.previousClose;
|
//previousClose = stockDeck?.at(0)?.previousClose;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
const asyncFunctions = [
|
const asyncFunctions = [
|
||||||
getPrePostQuote(),
|
getPrePostQuote(),
|
||||||
];
|
];
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user