updated GiteaRequest model

This commit is contained in:
brb
2023-07-05 20:09:09 +02:00
parent 80504710a3
commit 623adebe4b
+2 -2
View File
@@ -18,8 +18,8 @@ class GiteaRequest(BaseModel):
total_commits: int total_commits: int
head_commit: dict head_commit: dict
repository: dict repository: dict
name: str pusher: dict
full_name: str sender: dict
app = FastAPI() app = FastAPI()