mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-16 03:23:29 +01:00
chore: bump dependencies (#11225)
This commit is contained in:
@@ -37,7 +37,6 @@ export function Navigation() {
|
||||
}
|
||||
|
||||
const groupedNodes = node?.reduce((acc: any, node: any) => {
|
||||
// eslint-disable-next-line @typescript-eslint/prefer-nullish-coalescing
|
||||
(acc[node.kind.toLowerCase()] ||= []).push(node);
|
||||
return acc;
|
||||
}, {});
|
||||
|
||||
Reference in New Issue
Block a user