File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1114,7 +1114,7 @@ async function getMemberDetailsByHandles (handles) {
1114
1114
* @param {String } handle the user handle
1115
1115
* @returns {Object } the member details
1116
1116
*/
1117
- async function getV3MemberDetailsByHandle ( handle ) {
1117
+ async function getV3MemberDetailsByHandle ( handle ) {
1118
1118
const token = await getM2MToken ( )
1119
1119
const res = await request
1120
1120
. get ( `${ config . TOPCODER_MEMBERS_API } /${ handle } ` )
Original file line number Diff line number Diff line change 4
4
5
5
const models = require ( '../models' )
6
6
// const logger = require('../common/logger')
7
- const helper = require ( '../common/helper' )
8
7
const teamService = require ( '../services/TeamService' )
9
8
10
9
/**
@@ -23,6 +22,7 @@ async function sendInvitationEmail (payload) {
23
22
cc : [ interview . hostEmail , ...interview . guestEmails ] ,
24
23
data : {
25
24
interview_id : interview . id ,
25
+ interview_round : interview . round ,
26
26
interviewee_name : interview . guestNames [ 0 ] ,
27
27
interviewer_name : interview . hostName ,
28
28
xai_template : '/' + interview . templateUrl ,
You can’t perform that action at this time.
0 commit comments