File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -431,10 +431,10 @@ async function handleIssueClose(event, issue) {
431
431
logger . debug ( `Getting the topcoder member ID for member name: ${ assigneeMember . topcoderUsername } ` ) ;
432
432
const winnerId = await topcoderApiHelper . getTopcoderMemberId ( assigneeMember . topcoderUsername ) ;
433
433
434
- resources = await topcoderApiHelper . getResourcesFromChallenge ( dbIssue . challengeId )
434
+ let resources = await topcoderApiHelper . getResourcesFromChallenge ( dbIssue . challengeId ) ;
435
435
436
436
logger . debug ( `Existing resources: ${ resources } ` ) ;
437
-
437
+
438
438
logger . debug ( `Getting the topcoder member ID for copilot name : ${ event . copilot . topcoderUsername } ` ) ;
439
439
// get copilot tc user id
440
440
const copilotTopcoderUserId = await topcoderApiHelper . getTopcoderMemberId ( event . copilot . topcoderUsername ) ;
You can’t perform that action at this time.
0 commit comments