File tree Expand file tree Collapse file tree 2 files changed +0
-13
lines changed
Expand file tree Collapse file tree 2 files changed +0
-13
lines changed Original file line number Diff line number Diff 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- >> >> >> > 11 fcf2e2295a69d11c2a99ea76ae68f7fc17df97
309300 }
310301 panelDb .ID , _ = uuid .NewV7 ()
311302 panelDb .TeamID = uuid.NullUUID {
Original file line number Diff line number Diff 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- >> >> >> > 11 fcf2e2295a69d11c2a99ea76ae68f7fc17df97
9389 user .Role ,
9490 strconv .FormatBool (user .IsLeader ),
9591 strconv .FormatBool (user .IsVerified ),
You can’t perform that action at this time.
0 commit comments