diff --git a/backend/scheduler/src/jobs/index.ts b/backend/scheduler/src/jobs/index.ts index 4f911b274d..da63483d45 100644 --- a/backend/scheduler/src/jobs/index.ts +++ b/backend/scheduler/src/jobs/index.ts @@ -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'