Pass on result URL

This commit is contained in:
soulgalore 2021-05-03 15:07:09 +02:00
parent e26e8fa44a
commit 0713520e04
1 changed files with 4 additions and 1 deletions

View File

@ -158,7 +158,10 @@ module.exports = {
}
return {
errors,
budgetResult
budgetResult,
resultUrl: resultUrls.hasBaseUrl()
? resultUrls.reportSummaryUrl() + '/index.html'
: ''
};
} catch (err) {
log.error(err);