We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d08648 commit 0b57894Copy full SHA for 0b57894
src/eventHandlers/InterviewEventHandler.js
@@ -7,6 +7,7 @@ const models = require('../models')
7
const helper = require('../common/helper')
8
const { Interviews } = require('../../app-constants')
9
const teamService = require('../services/TeamService')
10
+const _ = require('lodash')
11
12
/**
13
* Once we request Interview for a JobCandidate, the invitation emails to be sent out.
0 commit comments