Skip to content

Commit 6eff051

Browse files
committed
format
1 parent 4df165e commit 6eff051

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/routes/_library/$libraryId/$version.docs.blog.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@ export const Route = createFileRoute('/_library/$libraryId/$version/docs/blog')(
1818
{
1919
staleTime: Infinity,
2020
validateSearch: searchSchema,
21-
loader: ({ params }) =>
22-
fetchPostsForLibrary({ data: params.libraryId }),
21+
loader: ({ params }) => fetchPostsForLibrary({ data: params.libraryId }),
2322
component: RouteComponent,
2423
},
2524
)

0 commit comments

Comments
 (0)