We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c2eb633 + f13e27c commit e07c296Copy full SHA for e07c296
1 file changed
backend/src/modules/documents/services/crons.service.ts
@@ -34,6 +34,7 @@ export class CronsService {
34
),
35
documentStartDate: LessThan(new Date()),
36
},
37
+ relations: ['volunteer', 'organization', 'volunteer.user'],
38
});
39
40
for (const contract of contracts) {
0 commit comments