chore: code formatting

This commit is contained in:
github-actions[bot]
2022-02-04 05:17:18 +00:00
parent 0166b64986
commit bf32466d21
3 changed files with 8 additions and 7 deletions

View File

@@ -29,7 +29,8 @@ export default async function({login, q, imports, rest, graphql, data, account,
}
//Set contributions
contributions = (await Promise.all(contributions.map(async ({handle, stars, issues, pulls, avatarUrl, organization}) => ({name:handle.split("/").shift(), handle, stars, issues, pulls, avatar:await imports.imgb64(avatarUrl), organization})))).sort((a, b) => a.name.localeCompare(b.name))
contributions = (await Promise.all(contributions.map(async ({handle, stars, issues, pulls, avatarUrl, organization}) => ({name:handle.split("/").shift(), handle, stars, issues, pulls, avatar:await imports.imgb64(avatarUrl), organization})))).sort((a, b) => a.name.localeCompare(b.name)
)
console.debug(`metrics/compute/${login}/plugins > notable > found ${contributions.length} notable contributions`)
//Extras features