mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
fix(website): constructors show on too many items (#10880)
This commit is contained in:
@@ -889,7 +889,7 @@ function itemClass(item: ApiClass) {
|
||||
extends: itemHierarchyText({ item, type: 'Extends' }),
|
||||
implements: itemHierarchyText({ item, type: 'Implements' }),
|
||||
typeParameters: itemTypeParameters(item),
|
||||
constructor: constructor ? itemConstructor(constructor) : null,
|
||||
construct: constructor ? itemConstructor(constructor) : null,
|
||||
members: itemMembers(item),
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user