Skip to content

Commit 8aa90b1

Browse files
committed
fix: remove comment
1 parent baa325a commit 8aa90b1

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

scripts/src/generate-llms-txt.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,6 @@ type UnavailableUrl = {
244244
error: string | null;
245245
};
246246

247-
// Helper function to extract items array from Items type
248247
function getItemsArray(items: Items): SidebarItem[] {
249248
if (Array.isArray(items)) {
250249
return items;

0 commit comments

Comments
 (0)