clean code

This commit is contained in:
MuslemRahimi 2024-07-21 11:29:11 +02:00
parent 67971d58d9
commit 748948913e

View File

@ -141,7 +141,6 @@ const getShareStatistics = async (ticker) => {
} else { } else {
$shareStatisticsComponent = false; $shareStatisticsComponent = false;
} }
console.log(rawData)
}; };