Skip to content

Commit 0d095bc

Browse files
Update user.js
1 parent a7df26f commit 0d095bc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/user.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ function createProfile() {
1010
.then(blob => {
1111
const imgURL = URL.createObjectURL(blob);
1212
const img = document.createElement("img");
13-
img.src = imgURL;
13+
img.src = imgURL;
1414
document.body.appendChild(img);
1515
});
1616
}

0 commit comments

Comments
 (0)