🐛 (results) Lower the max limit in getResults endpoint to avoid payload size error

Closes #908
This commit is contained in:
Baptiste Arnaud
2023-10-17 14:19:09 +02:00
parent 1cc4ccfcfa
commit 885dcecd8d
4 changed files with 9 additions and 8 deletions

View File

@@ -11,7 +11,6 @@ export const useResultsQuery = ({
trpc.results.getResults.useInfiniteQuery(
{
typebotId,
limit: '50',
},
{
getNextPageParam: (lastPage) => lastPage.nextCursor,