implemented eco spreadsheet upload

This commit is contained in:
Khalim Conn-Kowlessar 2023-10-16 13:23:30 +11:00
parent 02cb7c6d21
commit b1c65b8072
2 changed files with 0 additions and 3 deletions

View file

@ -15,8 +15,6 @@ export async function POST(request: NextRequest) {
const body = await request.json();
let validatedBody;
console.log("HIHIHIHIHIHI");
try {
validatedBody = presignedUrlSchema.parse(body);
} catch (error) {

View file

@ -120,7 +120,6 @@ async function generatePresignedUrls({
})),
});
console.log("Trying to generate presigned urls 111");
const presignedResponse = await fetch("/api/upload/eco-spreadsheet", {
method: "POST",
body: body,