Skip to content

Commit e0ae2df

Browse files
committed
2025.03.06 fix ts
1 parent 4b79e3a commit e0ae2df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/api/widget/[login]/[widgetType]/route.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ type Props = {
1212
};
1313

1414
export async function GET(req: NextRequest, { params }: Props) {
15-
const { login, widgetType } = await params;
15+
const { login } = await params;
1616

1717
const { rankByLogin } = await graphqlRequest(RankByLoginDocument, { login });
1818

0 commit comments

Comments
 (0)