Skip to content
This repository has been archived by the owner on Aug 5, 2024. It is now read-only.

Commit

Permalink
Update page.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
kien-ngo committed Jul 19, 2024
1 parent 0acefbb commit 007b0a6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/app/typescript/v5/extensions/built-in/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ export default async function ExtensionPage() {
const toExclude = [""];
const extensions = [
...new Set(
// @ts-expect-error FIXME
doc.children
.filter((item) => item.name.startsWith("extensions/"))
.map((item) => item.name.split("/")[1]),
Expand Down

0 comments on commit 007b0a6

Please sign in to comment.