Skip to content

Commit

Permalink
Fix ts error
Browse files Browse the repository at this point in the history
  • Loading branch information
IanPhilips committed Nov 13, 2024
1 parent a39caa5 commit 5c1dfe2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion backend/scheduler/src/jobs/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import { createJob } from './helpers'
import { updateContractMetricsCore } from 'shared/update-contract-metrics-core'
import { sendOnboardingNotificationsInternal } from 'shared/onboarding-helpers'
import { updateUserMetricPeriods } from 'shared/update-user-metric-periods'
import { updateGroupMetricsCore } from 'shared/update-group-metrics-core'
import { cleanOldNotifications } from './clean-old-notifications'
import { updateStatsCore } from './update-stats'
import { calculateConversionScore } from 'shared/conversion-score'
Expand Down

0 comments on commit 5c1dfe2

Please sign in to comment.