Skip to content

Commit 3b224dc

Browse files
committed
commit
1 parent 56053c3 commit 3b224dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/api/repo/[graph]/route.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ export async function GET(request: NextRequest, { params }: { params: { graph: s
3232
export async function POST(request: NextRequest, { params }: { params: { graph: string } }) {
3333

3434
const repo = params.graph
35-
const prefix = request.nextUrl.searchParams.get('prefix')!
35+
const prefix = request.nextUrl.searchParams.get('prefix')
3636

3737
try {
3838

0 commit comments

Comments
 (0)