Skip to content

Commit 4cc342b

Browse files
Bashamegasaschanaz
andauthored
Update src/build/mdn-comments.ts
Co-authored-by: Kagami Sascha Rosylight <[email protected]>
1 parent e529775 commit 4cc342b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/build/mdn-comments.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ export async function generateDescriptions(): Promise<{
141141
return;
142142

143143
const summary = extractSummary(content);
144-
insertComment(results, slug, summary, types || []);
144+
insertComment(results, slug, summary, types);
145145
}),
146146
);
147147
return { interfaces: { interface: results } };

0 commit comments

Comments
 (0)