Skip to content

Commit

Permalink
Changed how avatar tracking works
Browse files Browse the repository at this point in the history
  • Loading branch information
frikky committed Sep 26, 2023
1 parent 5ca44f3 commit f1b0f5b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion shared.go
Original file line number Diff line number Diff line change
Expand Up @@ -8065,7 +8065,6 @@ func HandleEditOrg(resp http.ResponseWriter, request *http.Request) {

foundUser.PublicProfile.Public = true
foundUser.PublicProfile.GithubUsername = org.Name
foundUser.PublicProfile.GithubAvatar = org.Image
SetUser(ctx, foundUser, false)

}
Expand Down

0 comments on commit f1b0f5b

Please sign in to comment.