Skip to content

Commit 176c36d

Browse files
Address AI feedback 2
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 9c99122 commit 176c36d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cla-backend/cla/routes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1398,7 +1398,7 @@ def post_individual_signed_gitlab(
13981398
@hug.post("/signed/gerrit/individual/{user_id}", versions=2)
13991399
def post_individual_signed_gerrit(request, user_id: hug.types.uuid):
14001400
"""
1401-
POST: /signed/gerritindividual/{user_id}
1401+
POST: /signed/gerrit/individual/{user_id}
14021402
14031403
Callback URL from signing service upon ICLA signature for a Gerrit user.
14041404
"""

0 commit comments

Comments
 (0)