| 1 | import { ExecutionContext, Module } from '@nestjs/common'; |
| 2 | import { BullModule } from '@nestjs/bullmq'; |
| 3 | import { APP_GUARD } from '@nestjs/core'; |
| 4 | import { ConfigModule, ConfigService } from '@nestjs/config'; |
nothing calls this directly
no test coverage detected