| 1 | import { Logger, logExecutionTimeV2 } from '@crowd/logging' |
| 2 | import { QueryTypes } from 'sequelize' |
| 3 | import { CrowdJob } from '../../types/jobTypes' |
| 4 | import { databaseInit } from '../../database/databaseConnection' |
nothing calls this directly
no test coverage detected