Skip to content

Commit

Permalink
include associated user relation to applications query (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
ojn03 authored Oct 19, 2024
1 parent eb47bf6 commit 76b1d63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/backend/src/applications/applications.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ export class ApplicationsService {
year: getCurrentYear(),
semester: getCurrentSemester(),
},
relations: ['reviews'],
relations: ['user'],
});

const allApplicationsDto = applications.map((app) => {
Expand Down

0 comments on commit 76b1d63

Please sign in to comment.