fix: Import statements of removed subscription job
This commit is contained in:
@@ -1,10 +1,10 @@
|
|||||||
import { Worker } from 'bullmq';
|
import { Worker } from 'bullmq';
|
||||||
import process from 'node:process';
|
import process from 'node:process';
|
||||||
import { DateTime } from 'luxon';
|
import { DateTime } from 'luxon';
|
||||||
import * as Sentry from '../helpers/sentry.ee';
|
import * as Sentry from '../helpers/sentry.ee.js';
|
||||||
import redisConfig from '../config/redis';
|
import redisConfig from '../config/redis.js';
|
||||||
import logger from '../helpers/logger';
|
import logger from '../helpers/logger.js';
|
||||||
import Subscription from '../models/subscription.ee';
|
import Subscription from '../models/subscription.ee.js';
|
||||||
|
|
||||||
export const worker = new Worker(
|
export const worker = new Worker(
|
||||||
'remove-cancelled-subscriptions',
|
'remove-cancelled-subscriptions',
|
||||||
|
Reference in New Issue
Block a user