mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-13 18:13:29 +01:00
style: fix up lint
This commit is contained in:
@@ -164,7 +164,7 @@ export class Documentation {
|
||||
file: member.sources?.[0]?.fileName,
|
||||
line: member.sources?.[0]?.line,
|
||||
path: dirname(member.sources?.[0]?.fileName ?? ''),
|
||||
};
|
||||
};
|
||||
|
||||
if (prop!.name) {
|
||||
info.push(`member of "${prop!.name}"`);
|
||||
|
||||
Reference in New Issue
Block a user