Skip to content

Commit 76435f9

Browse files
Forgot that I already created a profile method in the first place.
1 parent b5ba544 commit 76435f9

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

scripts/user.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
function generateUser() {
2+
createProfile();
23
return "USER" + Math.randomRange(1000, 9999);
34
}
45
generateUser();
56

6-
function createImg() {
7+
function createProfile() {
78
fetch("https://github.com/DeveloperTryingToCodeLikeOtherOfThem/pxt-hardware-programming-docs/blob/master/docs/static/userProfile.png")
89
.then(res => res.blob())
910
.then(blob => {

0 commit comments

Comments
 (0)