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 56053c3 commit 3b224dcCopy full SHA for 3b224dc
app/api/repo/[graph]/route.ts
@@ -32,7 +32,7 @@ export async function GET(request: NextRequest, { params }: { params: { graph: s
32
export async function POST(request: NextRequest, { params }: { params: { graph: string } }) {
33
34
const repo = params.graph
35
- const prefix = request.nextUrl.searchParams.get('prefix')!
+ const prefix = request.nextUrl.searchParams.get('prefix')
36
37
try {
38
0 commit comments