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

Fix typo

parent 9ab859f2
No related branches found
No related tags found
No related merge requests found
......@@ -836,7 +836,7 @@ class FederationGroupsRenewAttestaionServlet(BaseFederationServlet):
# We don't need to check auth here as we check the attestation signatures
new_content = yield self.handler.on_renew_attestation(
origin, content, group_id, user_id
group_id, user_id, content
)
defer.returnValue((200, new_content))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment