Skip to content

Commit

Permalink
fix(assignments-service): Return re-imported solutions from import en…
Browse files Browse the repository at this point in the history
…dpoint
  • Loading branch information
Clashsoft committed Dec 6, 2023
1 parent 3e0dfbe commit c1dc71a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ export class ClassroomService {
await this.fileService.importZipEntries(zip, assignment.id, solution.id, solution.commit!);
}
}));
importSolutions.push(...otherSolutions);
}

return importSolutions;
Expand Down

0 comments on commit c1dc71a

Please sign in to comment.