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

Update file views.py

parent bdeb677e
Branches
Tags
No related merge requests found
Pipeline #1610793 canceled
......@@ -513,7 +513,7 @@ class GetProviderData(APIView):
data_time = time.time()
data = {
"verbs": list(set(active_verbs)),
"statements": list(map(replace_provider_id, list(cursor))),
"statements": [replace_provider_id(item) for item in cursor],
"page_size": page_size,
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment