Skip to content

Commit 8914f41

Browse files
committed
chore: remove unused constant and add TODO for applying stint changes in member organization job
Signed-off-by: Yeganathan S <63534555+skwowet@users.noreply.github.com>
1 parent 15bd7ec commit 8914f41

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

services/apps/cron_service/src/jobs/inferMemberOrganizationStintChanges.job.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ import { MemberOrgStintChange, OrganizationSource } from '@crowd/types'
1818

1919
import { IJobDefinition } from '../types'
2020

21-
const APPLY_STINT_CHANGES = false
22-
2321
const job: IJobDefinition = {
2422
name: 'infer-member-organization-stint-changes',
2523
cronTime: CronTime.every(5).minutes(),
@@ -61,6 +59,7 @@ const job: IJobDefinition = {
6159

6260
if (changes.length > 0) {
6361
ctx.log.debug({ memberId, changes }, 'Stint changes identified.')
62+
// TODO: Uncomment after validating preview logs.
6463
// await applyStintChanges(qx, changes)
6564
}
6665
}

0 commit comments

Comments
 (0)