Skip to content
Snippets Groups Projects
Commit 8209b5f0 authored by Erik Johnston's avatar Erik Johnston
Browse files

Fix a storage desc

parent 6f443a74
No related branches found
No related tags found
No related merge requests found
......@@ -868,7 +868,7 @@ class GroupServerStore(SQLBaseStore):
"group_id": group_id,
},
updatevalues=profile,
desc="create_group",
desc="update_group_profile",
)
def get_attestations_need_renewals(self, valid_until_ms):
......
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