chore: code formatting

This commit is contained in:
github-actions[bot]
2023-03-13 04:39:48 +00:00
parent 522b7e74b1
commit 78709320de
16 changed files with 47 additions and 32 deletions

View File

@@ -22,7 +22,8 @@ export default async function({login, data, graphql, q, imports, queries, accoun
gists.push(...nodes)
gists.totalCount = totalCount
pushed = nodes.length
} while ((pushed) && (cursor))
}
while ((pushed) && (cursor))
console.debug(`metrics/compute/${login}/plugins > gists > loaded ${gists.length} gists`)
}