linting
This commit is contained in:
parent
9d38f9a7b6
commit
eeae192872
26 changed files with 532 additions and 186 deletions
|
|
@ -141,7 +141,9 @@ 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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue