690513:0920 Refactor Workflow module: Lint error #01
This commit is contained in:
@@ -30,14 +30,23 @@ import { UserModule } from '../user/user.module';
|
||||
import { DistributionModule } from '../distribution/distribution.module';
|
||||
|
||||
// Queue constants
|
||||
import { QUEUE_REMINDERS, QUEUE_VETO_NOTIFICATIONS } from '../common/constants/queue.constants';
|
||||
import {
|
||||
QUEUE_REMINDERS,
|
||||
QUEUE_VETO_NOTIFICATIONS,
|
||||
} from '../common/constants/queue.constants';
|
||||
|
||||
@Module({
|
||||
imports: [
|
||||
TypeOrmModule.forFeature([ReviewTeam, ReviewTeamMember, ReviewTask, User, Discipline]),
|
||||
TypeOrmModule.forFeature([
|
||||
ReviewTeam,
|
||||
ReviewTeamMember,
|
||||
ReviewTask,
|
||||
User,
|
||||
Discipline,
|
||||
]),
|
||||
BullModule.registerQueue(
|
||||
{ name: QUEUE_REMINDERS },
|
||||
{ name: QUEUE_VETO_NOTIFICATIONS },
|
||||
{ name: QUEUE_VETO_NOTIFICATIONS }
|
||||
),
|
||||
ResponseCodeModule,
|
||||
NotificationModule,
|
||||
|
||||
Reference in New Issue
Block a user