Skip to content

Commit 2f9c2fd

Browse files
Update packages/documentation/scripts/generateAttribution.js
Co-authored-by: Jake Bailey <5341706+jakebailey@users.noreply.github.com>
1 parent 8e293d2 commit 2f9c2fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/documentation/scripts/generateAttribution.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ const gravatarURLForAuthor = (email) => {
3939
return "https://avatars.githubusercontent.com/u/49038?s=100&u=0b9ac5bf42a8ea2543a05191e150e0213456744e&v=4";
4040

4141
default:
42-
return crypto.createHash("sha512").update(email).digest("hex");
42+
return crypto.createHash("sha256").update(email).digest("hex");
4343
}
4444
};
4545

0 commit comments

Comments
 (0)