Skip to content

Commit 5f5bd30

Browse files
committed
style(go): apply prettier style
1 parent 07c83a7 commit 5f5bd30

File tree

1 file changed

+1
-1
lines changed
  • app/api/go/d/[sourceId]/[docsetId]/latest

1 file changed

+1
-1
lines changed

app/api/go/d/[sourceId]/[docsetId]/latest/route.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ const regionMap: RegionMap = {
110110
},
111111
};
112112

113-
export function GET(request: NextRequest, { params }: { params: { sourceId: string, docsetId: string } }) {
113+
export function GET(request: NextRequest, { params }: { params: { sourceId: string; docsetId: string } }) {
114114
const { sourceId, docsetId } = params;
115115
if (sourceId != "com.kapeli" || !Object.hasOwn(docsets, docsetId)) {
116116
return new NextResponse("Not found", { status: 404 });

0 commit comments

Comments
 (0)