Skip to content

Commit

Permalink
docs: ensure comment reflects the my institution query
Browse files Browse the repository at this point in the history
  • Loading branch information
fboulnois committed Oct 31, 2023
1 parent f8b1abf commit fc60940
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 fc60940

Please sign in to comment.