feat: (BROKEN) kolossale bug in POST group aan het fixen
This commit is contained in:
parent
1b66493821
commit
53c85eadb0
6 changed files with 36 additions and 13 deletions
|
@ -83,14 +83,11 @@ export async function createGroup(
|
|||
|
||||
const groupRepository = getGroupRepository();
|
||||
try {
|
||||
console.log('EEEEE');
|
||||
const newGroup = groupRepository.create({
|
||||
assignment: assignment,
|
||||
members: members,
|
||||
});
|
||||
console.log('OOOOOO');
|
||||
await groupRepository.save(newGroup);
|
||||
console.log('AAAAAA');
|
||||
|
||||
return newGroup;
|
||||
} catch(e) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue