Files
metabuilder/frontends
johndoe6345789 09efc8ece9 Fix Next.js 15 route handler param signatures
Next.js 15 made params a Promise that needs to be awaited.

Fixed route handlers:
- /api/github/actions/runs/[runId]/logs/route.ts
- /api/packages/data/[packageId]/handlers/get-package-data.ts
- /api/packages/data/[packageId]/handlers/put-package-data.ts
- /api/packages/data/[packageId]/handlers/delete-package-data.ts

All handlers now properly await params before access.

Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
2026-01-16 04:24:48 +00:00
..