Skip to content

Commit d046ac7

Browse files
committed
noob
1 parent c8a6bed commit d046ac7

File tree

2 files changed

+0
-13
lines changed

2 files changed

+0
-13
lines changed

pkg/controller/admin.go

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -292,20 +292,11 @@ func CreatePanel(c echo.Context) error {
292292
PhoneNo: pgtype.Text{
293293
String: panel.PhoneNo,
294294
},
295-
<<<<<<< HEAD
296295
Role: "panel",
297296
IsLeader: true,
298297
IsVerified: true,
299298
IsBanned: false,
300299
Gender: panel.Gender,
301-
=======
302-
Role: "panel",
303-
IsLeader: true,
304-
IsVerified: true,
305-
IsBanned: false,
306-
Gender: panel.Gender,
307-
GithubProfile: &panel.GithubProfile,
308-
>>>>>>> 11fcf2e2295a69d11c2a99ea76ae68f7fc17df97
309300
}
310301
panelDb.ID, _ = uuid.NewV7()
311302
panelDb.TeamID = uuid.NullUUID{

pkg/controller/export.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -85,11 +85,7 @@ func ExportUsers(c echo.Context) error {
8585
user.TeamID.UUID.String(),
8686
hostelBlock,
8787
roomNo,
88-
<<<<<<< HEAD
8988
githubProfile,
90-
=======
91-
*user.GithubProfile,
92-
>>>>>>> 11fcf2e2295a69d11c2a99ea76ae68f7fc17df97
9389
user.Role,
9490
strconv.FormatBool(user.IsLeader),
9591
strconv.FormatBool(user.IsVerified),

0 commit comments

Comments
 (0)