style: fix up lint

This commit is contained in:
iCrawl
2023-12-19 14:45:28 +01:00
parent 171cb182ed
commit d869d9b3fe
18 changed files with 44 additions and 44 deletions

View File

@@ -93,10 +93,10 @@ export class DiscordAPIError extends Error {
const nextKey = otherKey.startsWith('_')
? key
: key
? Number.isNaN(Number(otherKey))
? Number.isNaN(Number(otherKey))
? `${key}.${otherKey}`
: `${key}[${otherKey}]`
: otherKey;
: otherKey;
if (typeof val === 'string') {
yield val;