File tree Expand file tree Collapse file tree 2 files changed +13
-0
lines changed
Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -292,11 +292,20 @@ func CreatePanel(c echo.Context) error {
292292 PhoneNo : pgtype.Text {
293293 String : panel .PhoneNo ,
294294 },
295+ << << << < HEAD
295296 Role : "panel" ,
296297 IsLeader : true ,
297298 IsVerified : true ,
298299 IsBanned : false ,
299300 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
300309 }
301310 panelDb .ID , _ = uuid .NewV7 ()
302311 panelDb .TeamID = uuid.NullUUID {
Original file line number Diff line number Diff line change @@ -85,7 +85,11 @@ func ExportUsers(c echo.Context) error {
8585 user .TeamID .UUID .String (),
8686 hostelBlock ,
8787 roomNo ,
88+ << << << < HEAD
8889 githubProfile ,
90+ == == == =
91+ * user .GithubProfile ,
92+ >> >> >> > 11 fcf2e2295a69d11c2a99ea76ae68f7fc17df97
8993 user .Role ,
9094 strconv .FormatBool (user .IsLeader ),
9195 strconv .FormatBool (user .IsVerified ),
You can’t perform that action at this time.
0 commit comments