From 623adebe4b368d3a38a1b256a03ed3a7be779661 Mon Sep 17 00:00:00 2001 From: brb Date: Wed, 5 Jul 2023 20:09:09 +0200 Subject: [PATCH] updated GiteaRequest model --- app.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app.py b/app.py index 2f70dd1..6a2a8d6 100644 --- a/app.py +++ b/app.py @@ -18,8 +18,8 @@ class GiteaRequest(BaseModel): total_commits: int head_commit: dict repository: dict - name: str - full_name: str + pusher: dict + sender: dict app = FastAPI()