Add orderBy statement to make debugging easier (#868)
This commit is contained in:
parent
b7bbc029ac
commit
da27504aa1
@ -544,6 +544,7 @@ export class DataGatheringService {
|
||||
await this.prismaService.marketData.groupBy({
|
||||
_count: true,
|
||||
by: ['symbol'],
|
||||
orderBy: [{ symbol: 'asc' }],
|
||||
where: {
|
||||
date: { gt: startDate }
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user