Skip to content

Commit e593e24

Browse files
Copilotjaseel0
andcommitted
fix: correct JSDoc comment (Next.js Request, not Fastify)
The PR #92 incorrectly changed the JSDoc to say "Fastify request object". This is a Next.js API route that uses the standard Web Request API. Co-authored-by: jaseel0 <225665919+jaseel0@users.noreply.github.com> Agent-Logs-Url: https://github.com/BeyteFlow/ReadmeGenAI/sessions/486edd1a-2457-4589-b5e2-b61f6dfde55f
1 parent 3175faa commit e593e24

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/api/generate/route.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export const dynamic = "force-dynamic";
99
* AI README Generation Endpoint
1010
* Optimized for data accuracy, clean prompt interpolation, and multi-language support.
1111
*
12-
* @param {Request} req - The incoming Fastify request object containing the repo URL and optional language.
12+
* @param {Request} req - The incoming request object containing the repo URL and optional language.
1313
* @returns {Promise<NextResponse>} A JSON response containing the generated Markdown or an error message.
1414
*/
1515
export async function POST(req: Request) {

0 commit comments

Comments
 (0)