Skip to content

Commit

Permalink
Merge pull request #179 from hubmapconsortium/development
Browse files Browse the repository at this point in the history
Update psc_api_user_authentication.py
  • Loading branch information
jpuerto-psc authored Sep 18, 2024
2 parents 6781a9e + 3e9e56a commit 404dcfa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ def add_external_user_to_allocation(self, user_id):
"user": {"username": f"{user_id}"},
"allocation": {
"components": {
"grant": {"number": f"{self.grant_nubmer}"},
"grant": {"number": f"{self.grant_number}"},
"resource": {"name": f"{self.resource_name}"},
}
},
Expand Down

0 comments on commit 404dcfa

Please sign in to comment.