Skip to content

Commit 451d94e

Browse files
One more fix
Signed-off-by: Lukasz Gryglicki <[email protected]> Assisted by [OpenAI](https://platform.openai.com/) Assisted by [GitHub Copilot](https://github.com/features/copilot)
1 parent 176c36d commit 451d94e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cla-backend/cla/routes.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1356,7 +1356,7 @@ def check_and_prepare_employee_signature(
13561356
"/signed/individual/{installation_id}/{github_repository_id}/{change_request_id}", versions=2,
13571357
)
13581358
def post_individual_signed(
1359-
content,
1359+
request,
13601360
installation_id: hug.types.number,
13611361
github_repository_id: hug.types.number,
13621362
change_request_id: hug.types.number,
@@ -1378,7 +1378,7 @@ def post_individual_signed(
13781378
"/signed/gitlab/individual/{user_id}/{organization_id}/{gitlab_repository_id}/{merge_request_id}", versions=2,
13791379
)
13801380
def post_individual_signed_gitlab(
1381-
content,
1381+
request,
13821382
user_id: hug.types.uuid,
13831383
organization_id: hug.types.text,
13841384
gitlab_repository_id: hug.types.number,

0 commit comments

Comments
 (0)