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 77445d3 commit 0d7d5c4Copy full SHA for 0d7d5c4
app/api/llms-txt/[...path]/route.ts
@@ -9,7 +9,7 @@ import {isDeveloperDocs} from 'sentry-docs/isDeveloperDocs';
9
import {getFileBySlugWithCache} from 'sentry-docs/mdx';
10
11
export async function GET(
12
- request: Request,
+ _request: Request,
13
{params}: {params: Promise<{path: string[]}>}
14
) {
15
try {
0 commit comments