minor change

This commit is contained in:
daniel31x13 2023-11-24 12:52:07 -05:00
parent 94d1bbbfba
commit 87196b1190

View File

@ -65,8 +65,6 @@ export default async function Index(req: NextApiRequest, res: NextApiResponse) {
}
}
console.log(queryId);
const { file, contentType, status } = await readFile(
`uploads/avatar/${queryId}.jpg`
);