Skip to content

Commit

Permalink
Merge branch 'fix/dynamic-og' into fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
helios2003 authored Aug 4, 2024
2 parents bc754d1 + 2e4b637 commit 4f08a7a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/studio-next/src/app/api/crawler/route.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ export async function GET(request: NextRequest) {
},
});
} catch (err) {
console.error('Error parsing URL:', err);
return new NextResponse("Not a valid URL", { status: 500 });
}
}

0 comments on commit 4f08a7a

Please sign in to comment.