resolving eslint build errors

This commit is contained in:
Doug Andrade
2023-06-11 02:21:13 -04:00
committed by Mythie
parent 40115d33b4
commit feefeea0c4
3 changed files with 2 additions and 6 deletions

View File

@ -3,7 +3,6 @@ import { NextApiRequest, NextApiResponse } from 'next';
import formidable from 'formidable';
import { type File } from 'formidable';
import { readFileSync } from 'fs';
import { z } from 'zod';
import { getServerSession } from '@documenso/lib/next-auth/get-server-session';
import { prisma } from '@documenso/prisma';