Skip to content

Commit

Permalink
modified mean ratings dto
Browse files Browse the repository at this point in the history
  • Loading branch information
ahnfikd7 committed Apr 7, 2024
2 parents 74ca1e0 + 756de32 commit d3357d9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/backend/src/applications/applications.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@ export class ApplicationsService {
async findAllCurrentApplications(): Promise<GetAllApplicationResponseDTO[]> {
const applications = await this.applicationsRepository.find({
where: {
//TODO q: I had to change Cycle definition to make year and semester public. Is there a reason it was private?
year: process.env.NX_CURRENT_YEAR,
semester: process.env.NX_CURRENT_SEMESTER,
},
Expand Down

0 comments on commit d3357d9

Please sign in to comment.