Skip to content

Commit

Permalink
comments resolved
Browse files Browse the repository at this point in the history
  • Loading branch information
Prajwal17Tunerlabs committed Nov 5, 2024
1 parent 3225ad5 commit a85e4a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions module/userProjects/helper.js
Original file line number Diff line number Diff line change
Expand Up @@ -1319,6 +1319,7 @@ module.exports = class UserProjectsHelper {

projectCreation.data['isAPrivateProgram'] = solutionDetails.isAPrivateProgram
if (Object.keys(solutionDetails).length > 0) {
// Fetch program entity details from entity-service
let programInformation = await __getProgramEntityData(solutionDetails.programId)
if (
!programInformation.success ||
Expand Down

0 comments on commit a85e4a8

Please sign in to comment.