remove db limit so grpah displays all history
Build Images and Deploy / Update-PROD-Stack (push) Successful in 1m22s
Build Images and Deploy / Update-PROD-Stack (push) Successful in 1m22s
This commit is contained in:
@@ -36,7 +36,6 @@ export default async function HashtagPage({ params, searchParams }: Props) {
|
||||
include: {
|
||||
priceHistory: {
|
||||
orderBy: { recordedAt: 'asc' },
|
||||
take: 200,
|
||||
},
|
||||
_count: {
|
||||
select: { positions: true },
|
||||
|
||||
Reference in New Issue
Block a user