This commit is contained in:
jejolare 2024-09-26 00:11:32 +07:00
parent dcacd397d4
commit 6a37bcef6d

View file

@ -404,8 +404,6 @@ const requestsLimiter = rateLimit({
if (chart === 'AvgBlockSize') {
console.time('AvgBlockSize');
const result = await Chart.findAll({
attributes: [
[
@ -429,9 +427,6 @@ const requestsLimiter = rateLimit({
console.log(result.length);
console.timeEnd('AvgBlockSize');
res.send(result);
} else if (chart === 'AvgTransPerBlock') {