Skip to content

Commit

Permalink
🔨 chore: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
hezhijie0327 authored Dec 29, 2024
1 parent fe91c4c commit c74491e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/app/api/search/route.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ export async function POST(req: NextRequest) {
const searchParameters: SearchParameters = {
...(categories ? { categories: categories.join(',') } : {}),
format: 'json',
pageno: 1,
q,
...(time_range ? { time_range } : {}),
};
Expand Down

0 comments on commit c74491e

Please sign in to comment.