We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b79e3a commit e0ae2dfCopy full SHA for e0ae2df
app/api/widget/[login]/[widgetType]/route.tsx
@@ -12,7 +12,7 @@ type Props = {
12
};
13
14
export async function GET(req: NextRequest, { params }: Props) {
15
- const { login, widgetType } = await params;
+ const { login } = await params;
16
17
const { rankByLogin } = await graphqlRequest(RankByLoginDocument, { login });
18
0 commit comments