Skip to content

Commit 11fcf2e

Browse files
committed
minor fix
1 parent 802351d commit 11fcf2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/controller/export.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ func ExportUsers(c echo.Context) error {
6262
user.TeamID.UUID.String(),
6363
hostelBlock,
6464
roomNo,
65-
&user.GithubProfile,
65+
*user.GithubProfile,
6666
user.Role,
6767
strconv.FormatBool(user.IsLeader),
6868
strconv.FormatBool(user.IsVerified),

0 commit comments

Comments
 (0)