Unused labels found JS-0094
Anti-pattern
Minor
4 months ago3 years old
'any:' is defined but never used
181
182        if (account && account.name) {
183          ["posting", "active", "owner"].forEach((type) => {
184            any: account[type].account_auths.forEach((key: string[]) => {185              if (!validSignature && key[0] === UPLOAD_LIMITS.app_account) {
186                validSignature = true;
187              }