Skip to content

Commit

Permalink
fix again
Browse files Browse the repository at this point in the history
  • Loading branch information
PhucNghi176 committed Oct 17, 2024
1 parent 8ee02b0 commit 7c44a03
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,8 @@ public async Task<Result> Handle(Command.CreateGroupCommand request, Cancellatio
var G = new Group
{
Name = request.Name,
MentorId = request.MentorId,
Stack = request.Stacks,
// LeaderId = L
LeaderId = L
};
G.Members!.Add(new Group_Student_Mapping { StudentId = L, GroupId = G.Id });
repositoryBase.Add(G);
Expand Down

0 comments on commit 7c44a03

Please sign in to comment.