Skip to content

Commit

Permalink
feature(documentation-website): introduce automatic image conversion
Browse files Browse the repository at this point in the history
fixes #927
  • Loading branch information
Idrinth committed May 2, 2024
1 parent 7438a51 commit 3be9331
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions documentation-website/tools/load-contributors.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ if (! process.env.CI) {
}
const data = await fetch(contributor.url,);
const user = await data.json();
console.log(user);
const hash = crypto
.createHash('md5',)
.update(user.login,)
Expand Down

0 comments on commit 3be9331

Please sign in to comment.