Export for typecheck

pull/9078/head
zomars 2023-02-08 10:55:57 -07:00
parent 0b2724124a
commit dc0a6eaa32
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ import { schemaUsersReadPublic } from "~/lib/validations/user";
* 404: * 404:
* description: No users were found * description: No users were found
*/ */
async function getHandler(req: NextApiRequest) { export async function getHandler(req: NextApiRequest) {
const { const {
userId, userId,
prisma, prisma,