Skip to content

Commit 6b7da9f

Browse files
committed
remove redudant code
1 parent d8c5dc2 commit 6b7da9f

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.typedoc/custom-theme.mjs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -262,10 +262,6 @@ class ClerkMarkdownThemeContext extends MarkdownThemeContext {
262262
customizedModel.groups = groupsWithoutAccessors;
263263
const nonAccessorOutput = superPartials.memberWithGroups(customizedModel, options);
264264

265-
if (experimentalGroups) {
266-
return nonAccessorOutput;
267-
}
268-
269265
customizedModel.groups = originalGroups;
270266

271267
/** @type {string[]} */

0 commit comments

Comments
 (0)