Skip to content
Snippets Groups Projects
Verified Commit eb6121b1 authored by Mark's avatar Mark
Browse files

Remove unnecessary strip command

parent b3767d71
No related branches found
No related tags found
1 merge request!4Change consent provider backend to graphql
Pipeline #811 passed with stages
in 1 minute and 35 seconds
......@@ -23,7 +23,7 @@ class User():
}}
}}
}}
}}}}'''.format(self.username).strip()
}}}}'''.format(self.username)
result = json.loads(GRAPHQL_CLIENT.execute(querystring))
if "data" in result:
data = result["data"]["getUser"]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment