Skip to content

Commit

Permalink
Fix terms POST
Browse files Browse the repository at this point in the history
Got changed in review but also apparently broken
  • Loading branch information
dbkr committed Aug 27, 2019
1 parent e234bb4 commit 07cfb76
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 07cfb76

Please sign in to comment.