Skip to content

Commit 78f5303

Browse files
author
Juan Puerto
committed
Merge branch 'main' of github.com:hubmapconsortium/user_workspaces_server into NIHDEV-481-Investigate-Appyter-support-for-workspaces
2 parents f0cf951 + 0fdeab6 commit 78f5303

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/user_workspaces_server/controllers/userauthenticationmethods/psc_api_user_authentication.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ def delete_external_user(self, user_id):
300300

301301
def get_allocation(self):
302302
body = {
303-
"operationName": "",
303+
"operationName": "GetAllocationAndAllocationUsers",
304304
"query": """
305305
query GetAllocationAndAllocationUsers($components: AllocationComponentsInput!) {
306306
allocation(components: $components) {

0 commit comments

Comments
 (0)