tdex-network / tdex-analytics

Analytics and Historical data feed about TDEX Network
MIT License
0 stars 6 forks source link

Issue49 fix #50

Closed sekulicd closed 1 year ago

sekulicd commented 1 year ago

Before this if client passed nil value for timeFrame we would set default value of 5min and use aggregate fluxDB func. After this if timeFrame is nil we pass timeFrame(groupBy) as empty and omit aggregate func from the query.

This closes #49

@tiero @altafan please review.