Skip to content

Commit

Permalink
Merge pull request #1104 from mcneilco/ACAS-687
Browse files Browse the repository at this point in the history
ACAS-687: Fix getUrlForNewLiveDesignReportForExperiment API
  • Loading branch information
bffrost authored Jun 26, 2023
2 parents b871998 + d13bb75 commit 54efec8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ exports.redirectToNewLiveDesignLiveReportForExperiment = (req, resp) ->
exports.getUrlForNewLiveDesignLiveReportForExperiment = (req, resp) ->
exptCode = req.params.experimentCode
username = req.session.passport.user.username
exports.getUrlForNewLiveDesignLiveReportForExperimentInternal exptCode, (status_code, url) ->
exports.getUrlForNewLiveDesignLiveReportForExperimentInternal exptCode, username, (status_code, url) ->
if status_code != 200
resp.statusCode = status_code
resp.end url
Expand Down

0 comments on commit 54efec8

Please sign in to comment.