mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-04-24 22:04:56 +00:00
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>