Skip to content

Commit 3312b1b

Browse files
authored
feat(server + client): allow method override (#5520)
1 parent 658dbb0 commit 3312b1b

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

src/pages/api/trpc/[trpc].ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,6 @@ export default trpcNext.createNextApiHandler({
2020
console.error('Something went wrong', error);
2121
}
2222
},
23-
/**
24-
* Enable query batching
25-
*/
26-
batching: {
27-
enabled: true,
28-
},
2923
/**
3024
* @link https://trpc.io/docs/v11/caching#api-response-caching
3125
*/

0 commit comments

Comments
 (0)