Skip to content

Commit

Permalink
Merge pull request #206 from matrix-org/dbkr/fix_terms_post
Browse files Browse the repository at this point in the history
Fix terms POST
  • Loading branch information
dbkr committed Aug 27, 2019
2 parents e234bb4 + 07cfb76 commit b3a8a23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sydent/db/terms.py
Expand Up @@ -27,7 +27,7 @@ def getAgreedUrls(self, user_id):

urls = []
for url, in res:
urls.append(row[0])
urls.append(url)

return urls

Expand Down

0 comments on commit b3a8a23

Please sign in to comment.