This commit is contained in:
Boki 2025-06-11 10:35:15 -04:00
parent d85cd58acd
commit 597c6efc9b
91 changed files with 2224 additions and 1400 deletions

View file

@ -141,7 +141,7 @@ export class MongoDBAggregationBuilder {
this.from('sentiment_data');
const matchConditions: any = {};
if (symbol) matchConditions.symbol = symbol;
if (symbol) {matchConditions.symbol = symbol;}
if (timeframe) {
matchConditions.timestamp = {
$gte: timeframe.start,