Skip to content

Commit

Permalink
Merge pull request #28
Browse files Browse the repository at this point in the history
Features/Group/SendMailAndAccept
  • Loading branch information
PhucNghi176 authored Oct 17, 2024
2 parents b2c2ada + 7c44a03 commit 0638d72
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 0638d72

Please sign in to comment.