Skip to content

Commit 0d7d5c4

Browse files
committed
Update parameter naming in GET function for consistency
1 parent 77445d3 commit 0d7d5c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/api/llms-txt/[...path]/route.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import {isDeveloperDocs} from 'sentry-docs/isDeveloperDocs';
99
import {getFileBySlugWithCache} from 'sentry-docs/mdx';
1010

1111
export async function GET(
12-
request: Request,
12+
_request: Request,
1313
{params}: {params: Promise<{path: string[]}>}
1414
) {
1515
try {

0 commit comments

Comments
 (0)