web: remove trpc response limit

This commit is contained in:
Carl-Gerhard Lindesvärd
2024-01-09 08:07:30 +01:00
parent 39827226d8
commit c223951f41
5 changed files with 6 additions and 24 deletions

View File

@@ -18,12 +18,6 @@ import { zChartInputWithDates } from '@/utils/validation';
import { last, pipe, sort, uniq } from 'ramda';
import { z } from 'zod';
export const config = {
api: {
responseLimit: false,
},
};
export const chartRouter = createTRPCRouter({
events: protectedProcedure
.input(z.object({ projectSlug: z.string() }))