Skip to content

Commit beb7674

Browse files
chore: code formatting
1 parent 6db157f commit beb7674

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/plugins/notable/index.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export default async function({login, q, imports, rest, graphql, data, account,
2929
}
3030

3131
//Set contributions
32-
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}))))
32+
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})))
3333
console.debug(`metrics/compute/${login}/plugins > notable > found ${contributions.length} notable contributions`)
3434

3535
//Extras features

0 commit comments

Comments
 (0)