🐛 (results) Lower the max limit in getResults endpoint to avoid payload size error
Closes #908
This commit is contained in:
@@ -11,7 +11,6 @@ export const useResultsQuery = ({
|
||||
trpc.results.getResults.useInfiniteQuery(
|
||||
{
|
||||
typebotId,
|
||||
limit: '50',
|
||||
},
|
||||
{
|
||||
getNextPageParam: (lastPage) => lastPage.nextCursor,
|
||||
|
||||
Reference in New Issue
Block a user