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 a369732 + 2063708 commit 195e044Copy full SHA for 195e044
src/jobs/verificationOrganisationJob.ts
@@ -24,7 +24,7 @@ export function startVerificationJob() {
24
const organisations = await Organisation.find({
25
'Administrators.IsSelected': true,
26
// TODO: remove this after testing
27
- DocumentCreationDate: { $gte: new Date('2025-11-01') }
+ DocumentCreationDate: { $gte: new Date('2025-01-01') }
28
});
29
30
for (const org of organisations) {
0 commit comments