Commit d356187d authored by vaishali's avatar vaishali
Browse files

Issue #000 fix: programObj is undefined

Showing with 1 addition and 0 deletions
+1 -0
......@@ -1487,6 +1487,7 @@ async function downloadProgramDetails(req, res) {
loggerService.entryLog(data, logObject);
const errCode = programMessages.EXCEPTION_CODE+'_'+programMessages.GENERATE_DETAILS.EXCEPTION_CODE
let programArr = [], promiseRequests = [], cacheData = [], filteredPrograms = [];
let programObjs = {};
rspObj.errCode = programMessages.GENERATE_DETAILS.FAILED_CODE
rspObj.errMsg = programMessages.GENERATE_DETAILS.FAILED_MESSAGE
rspObj.responseCode = responseCode.SERVER_ERROR
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment