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

@@ -27,7 +27,8 @@ export default async function({login, graphql, data, imports, q, queries, accoun
if (_worldmap)
locations.push(...edges.map(({node: {location}}) => location))
pushed = edges.length
} while ((pushed) && (cursor))
}
while ((pushed) && (cursor))
console.debug(`metrics/compute/${login}/plugins > stargazers > loaded ${dates.length} stargazers for ${repository}`)
}
console.debug(`metrics/compute/${login}/plugins > stargazers > loaded ${dates.length} stargazers in total`)