79222290

Date: 2024-11-25 08:57:42
Score: 1.5
Natty:
Report link

update

const providerId = await context.params.providerId;

with

const params = await props.params;
const providerId = params.providerId;

You can check nextjs does this in dashboard

Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: huanghunag zhou