diff options
| -rw-r--r-- | gn_auth/auth/authorisation/data/views.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gn_auth/auth/authorisation/data/views.py b/gn_auth/auth/authorisation/data/views.py index f8f4033..502c802 100644 --- a/gn_auth/auth/authorisation/data/views.py +++ b/gn_auth/auth/authorisation/data/views.py @@ -116,7 +116,7 @@ def authorisation() -> Response: (dset.strip(), trt.strip()) for dset, trt in (trtstr.split("::") for trtstr in request_json().get("traits", []))), - {}) + {key: tuple() for key in ("Publish", "ProbeSet", "Geno", "Temp")}) db_uri = app.config["AUTH_DB"] user = User(uuid.uuid4(), "anon@ymous.user", "Anonymous User") |
