Skip to content
Snippets Groups Projects
Commit 0e002a2d authored by Benjamin Ledel's avatar Benjamin Ledel
Browse files

*

parent ba2fd510
Branches
Tags
No related merge requests found
Pipeline #1021106 failed
......@@ -410,6 +410,8 @@ class GetProviderData(APIView):
collection = lrs_db["statements"]
active_verbs = list(map(lambda x : x["verb"], list(AnalyticsTokenVerb.objects.filter(analytics_token_id = analytics_token).values())))
print(active_verbs)
providers = []
# check for anonymized collection
for analytics_token_verb in AnalyticsTokenVerb.objects.filter(analytics_token_id = analytics_token):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment