mirror of
https://github.com/openclaw/openclaw.git
synced 2026-06-02 11:37:14 +00:00
chore: Lint extensions folder.
This commit is contained in:
@@ -35,7 +35,9 @@ export function collectTwitchStatusIssues(
|
||||
for (const entry of accounts) {
|
||||
const accountId = entry.accountId;
|
||||
|
||||
if (!accountId) continue;
|
||||
if (!accountId) {
|
||||
continue;
|
||||
}
|
||||
|
||||
let account: ReturnType<typeof getAccountConfig> | null = null;
|
||||
let cfg: Parameters<typeof resolveTwitchToken>[0] | undefined;
|
||||
|
||||
Reference in New Issue
Block a user