hubsrht/services: Fix log query (again)

This commit is contained in:
Adnan Maolood 2022-02-14 12:42:38 -05:00 committed by Drew DeVault
parent 91146b1a15
commit 800aa59bda
1 changed files with 1 additions and 1 deletions

View File

@ -211,7 +211,7 @@ class GitService(SrhtService):
r = self.post(user, None, f"{_gitsrht_api}/query", {
"query": query,
"variables": {
"username": repo.owner.canonical_name,
"username": repo.owner.username,
"repo": repo.name,
"from": new,
}