Skip to content

Commit e07c296

Browse files
Merge branch 'feature/contracts' into develop
2 parents c2eb633 + f13e27c commit e07c296

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

backend/src/modules/documents/services/crons.service.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ export class CronsService {
3434
),
3535
documentStartDate: LessThan(new Date()),
3636
},
37+
relations: ['volunteer', 'organization', 'volunteer.user'],
3738
});
3839

3940
for (const contract of contracts) {

0 commit comments

Comments
 (0)