Skip to content

Commit

Permalink
[DUOS-2718] Ensure comment reflects the my institution query (#2377)
Browse files Browse the repository at this point in the history
  • Loading branch information
fboulnois authored Nov 2, 2023
1 parent d78d5c4 commit 5339d60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/DatasetSearch.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const signingOfficialQuery = (user) => {
};
}

// query to return approved DAC studies from the user's institution and open access studies
// query to return approved DAC studies from the user's institution
const myInstitutionQuery = (user) => {
return {
'bool': {
Expand Down

0 comments on commit 5339d60

Please sign in to comment.