Skip to content

Commit e3add36

Browse files
author
Julian BRUXELLE
committed
update: re-generate test project routers
1 parent 70fcdec commit e3add36

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/plugins/trpc/tests/projects/t3-trpc-v10/src/server/api/routers/generated/routers/Post.router.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* eslint-disable */
22
import { type RouterFactory, type ProcBuilder, type BaseConfig, db } from '.';
3-
import $Schema from '@zenstackhq/runtime/zod/input';
3+
import * as $Schema from '@zenstackhq/runtime/zod/input';
44
import { checkRead, checkMutate } from '../helper';
55
import type { Prisma } from '@prisma/client';
66
import type {

packages/plugins/trpc/tests/projects/t3-trpc-v10/src/server/api/routers/generated/routers/User.router.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* eslint-disable */
22
import { type RouterFactory, type ProcBuilder, type BaseConfig, db } from '.';
3-
import $Schema from '@zenstackhq/runtime/zod/input';
3+
import * as $Schema from '@zenstackhq/runtime/zod/input';
44
import { checkRead, checkMutate } from '../helper';
55
import type { Prisma } from '@prisma/client';
66
import type {

0 commit comments

Comments
 (0)