Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit 372cf06

Browse files
author
vikasrohit
committed
Merge pull request #372 from appirio-tech/feature/vikas-sup-1447-peer-review-updates
SUP-1447, Peer Review Updates
2 parents 281a612 + c7d35c7 commit 372cf06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/services/challenge.service.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
}
4646

4747
function getReviewEndDate(challengeId) {
48-
var url = CONSTANTS.API_URL + '/phases/?filter=' + encodeURIComponent('challengeId=' + challengeId + ' & phaseType=4');
48+
var url = CONSTANTS.API_URL + '/phases/?filter=' + encodeURIComponent('challengeId=' + challengeId + '&phaseType=4');
4949
return ApiService.requestHandler('GET', url);
5050
}
5151

0 commit comments

Comments
 (0)