We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 802351d commit 11fcf2eCopy full SHA for 11fcf2e
pkg/controller/export.go
@@ -62,7 +62,7 @@ func ExportUsers(c echo.Context) error {
62
user.TeamID.UUID.String(),
63
hostelBlock,
64
roomNo,
65
- &user.GithubProfile,
+ *user.GithubProfile,
66
user.Role,
67
strconv.FormatBool(user.IsLeader),
68
strconv.FormatBool(user.IsVerified),
0 commit comments