remove db limit so grpah displays all history
Build Images and Deploy / Update-PROD-Stack (push) Successful in 1m22s

This commit is contained in:
2026-03-21 23:15:07 -04:00
parent 34ecec2da6
commit 8fd5484e86
-1
View File
@@ -36,7 +36,6 @@ export default async function HashtagPage({ params, searchParams }: Props) {
include: {
priceHistory: {
orderBy: { recordedAt: 'asc' },
take: 200,
},
_count: {
select: { positions: true },