Skip to content

Commit

Permalink
fix: api type
Browse files Browse the repository at this point in the history
  • Loading branch information
yutakobayashidev committed Oct 11, 2023
1 parent 1b1f576 commit 98fdff5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions frontend/src/app/api/summarize/route.ts
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,6 @@ REFINED SUMMARY:`;
}

export async function POST(request: Request) {
if (!conn) return null;

const body = await request.json();

const query = "SELECT * FROM Video WHERE id = ? LIMIT 1";
Expand Down

1 comment on commit 98fdff5

@vercel
Copy link

@vercel vercel bot commented on 98fdff5 Oct 11, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.