Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
samuel committed Jun 28, 2024
1 parent 724b9e0 commit b209c26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/armory/src/shared/module/queue/queue.module.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import { ExpressAdapter } from '@bull-board/express'
import { BullBoardModule } from '@bull-board/nestjs'
import { ConfigService } from '@narval/config-module'
import { ConfigModule, ConfigService } from '@narval/config-module'
import { BullModule } from '@nestjs/bull'
import { DynamicModule } from '@nestjs/common'
import { ConditionalModule, ConfigModule } from '@nestjs/config'
import { ConditionalModule } from '@nestjs/config'
import { Config, Env, load } from '../../../armory.config'
import { QUEUE_PREFIX } from '../../../armory.constant'

Expand Down

0 comments on commit b209c26

Please sign in to comment.