| 1 | import { getServiceTracer } from '@crowd/tracing' |
| 2 | import { getServiceLogger } from '@crowd/logging' |
| 3 | import { DB_CONFIG, REDIS_CONFIG, SQS_CONFIG } from './conf' |
| 4 | import { getRedisClient } from '@crowd/redis' |
nothing calls this directly
no test coverage detected