Skip to content

Commit 195e044

Browse files
Merge pull request #41 from StreetSupport/feature/3017-create-location-specific-content-management-system
3017 - Update condition for testing verification irganisations
2 parents a369732 + 2063708 commit 195e044

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/jobs/verificationOrganisationJob.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export function startVerificationJob() {
2424
const organisations = await Organisation.find({
2525
'Administrators.IsSelected': true,
2626
// TODO: remove this after testing
27-
DocumentCreationDate: { $gte: new Date('2025-11-01') }
27+
DocumentCreationDate: { $gte: new Date('2025-01-01') }
2828
});
2929

3030
for (const org of organisations) {

0 commit comments

Comments
 (0)