scripts/downloadResumes.ts
Function getResumes
has 26 lines of code (exceeds 25 allowed). Consider refactoring. Confirmed
Confirmed
const getResumes = async (models: Models): Promise<void[]> => {
const cwd = process.cwd();
const arr = await models.Hackers.find({
status: { $in: ['ACCEPTED', 'SUBMITTED', 'CONFIRMED'] },
})
- Create a ticketCreate a ticket