This commit is contained in:
Erik Johnston 2017-10-27 10:30:21 +01:00
parent 195abfe7a5
commit 82d8c1bacb
2 changed files with 5 additions and 5 deletions

View file

@ -1095,8 +1095,8 @@ class GroupServerStore(SQLBaseStore):
group_id (str)
user_id (str)
"""
return self._simple_update_one(
table="_simple_delete",
return self._simple_delete(
table="group_attestations_renewals",
keyvalues={
"group_id": group_id,
"user_id": user_id,