Skip to content

Commit 33861ec

Browse files
committed
chore: rm space
1 parent 152f3e3 commit 33861ec

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/lib/content-loaders/getAllContentFromDirectory.ts

-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ import { processMDXFileContent } from './processMDXFileContent';
1111
* @returns Promise<MarkdownDocument[]> - Array of processed content items, sorted by date
1212
* @throws Error if directory doesn't exist or content processing fails
1313
*/
14-
1514
export const getAllContentFromDirectory = async (
1615
directory: fs.PathLike,
1716
type: string

0 commit comments

Comments
 (0)