Skip to content

Commit

Permalink
Merge pull request #68 from shikshalokam/master
Browse files Browse the repository at this point in the history
Remove referenceFrom filter key from the query for importedProjects.
  • Loading branch information
aks30 authored Feb 25, 2022
2 parents fbf643d + e9ff451 commit dda98dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion module/userProjects/helper.js
Original file line number Diff line number Diff line change
Expand Up @@ -1766,7 +1766,7 @@ module.exports = class UserProjectsHelper {

let filterQuery = {
userId : userId,
referenceFrom : { $exists : true,$eq : CONSTANTS.common.OBSERVATION_REFERENCE_KEY },
// referenceFrom : { $exists : true,$eq : CONSTANTS.common.OBSERVATION_REFERENCE_KEY }, - Commented as this filter is not useful. - 4.7 Sprint - 25Feb2022
isDeleted: false
};

Expand Down

0 comments on commit dda98dd

Please sign in to comment.