Skip to content

Commit 71110a4

Browse files
committed
chore: remove unnecessary blank line in Podcasts component
1 parent 6d40b65 commit 71110a4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/app/podcasts/page.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ export default async function Podcasts({ searchParams }: { searchParams?: Promis
2222
const { page = 1, sort, type, range, category } = await parseSearchParams(params, isValidAuthSession);
2323

2424
const { currentType, currentSort, currentRange } = getChannelQueryParams({ type, sort, range, category });
25-
2625

2726
const response = await apiRequestService.reqChannelGetMany({
2827
page,

0 commit comments

Comments
 (0)