Skip to content

Commit

Permalink
Update src/lib/reference.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Evan Sosenko <[email protected]>
  • Loading branch information
andrii-balitskyi and razor-x authored Nov 27, 2024
1 parent 8a1ade2 commit bc0ce73
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/lib/reference.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@ export const reference = (

const namespacePaths = getNamespacePaths(blueprint.routes)
for (const path of namespacePaths) {
const namespaceMetadata = pathMetadata[path]
if (namespaceMetadata == null) continue

const k = `api${path}/README.md`
files[k] = {
Expand Down

0 comments on commit bc0ce73

Please sign in to comment.