Skip to content
Snippets Groups Projects
Commit 34f89724 authored by Martin Stähr's avatar Martin Stähr
Browse files

fix: fix merge errros

parent 4de6576f
No related branches found
No related tags found
No related merge requests found
......@@ -38,7 +38,7 @@ public class GroupCreationService {
management.create(project);
}
groups.forEach(group -> management.createGroup(group, project.getId()));
groups.forEach(group -> management.create(group, project.getId()));
// TODO: read List<Group> of database to get Id for chatRoomName (Should be ProjectName - GroupId)
// TODO: add projectName as DatabaseEntry
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment