diff --git a/api/views.py b/api/views.py index 72f5c12..175fe3e 100644 --- a/api/views.py +++ b/api/views.py @@ -73,6 +73,7 @@ def NewSnapshot(request): annotation = Annotation.objects.filter( uuid=data['uuid'], type=Annotation.Type.SYSTEM, + # TODO this is hardcoded, it should select the user preferred algorithm key="hidalgo1", owner=tk.owner.institution ).first()