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

@@ -2,12 +2,6 @@ import { createTRPCRouter, protectedProcedure } from '@/server/api/trpc';
import { db } from '@/server/db';
import { z } from 'zod';
export const config = {
api: {
responseLimit: false,
},
};
export const eventRouter = createTRPCRouter({
list: protectedProcedure
.input(