From 28a8687e7197fbc9e86ef89c923ba2d4601f110b Mon Sep 17 00:00:00 2001 From: Harold Wanyama Date: Fri, 10 May 2024 02:09:37 +0300 Subject: [PATCH] Bug/Github org PR - Resolved param entry item for organisation name in the update PR function Signed-off-by: Harold Wanyama --- cla-backend/cla/models/github_models.py | 1 - 1 file changed, 1 deletion(-) diff --git a/cla-backend/cla/models/github_models.py b/cla-backend/cla/models/github_models.py index 9b5969a52..3725cdf64 100644 --- a/cla-backend/cla/models/github_models.py +++ b/cla-backend/cla/models/github_models.py @@ -852,7 +852,6 @@ def update_change_request(self, installation_id, github_repository_id, change_re github_repository_id=github_repository_id, pull_request=pull_request, repository_name=repository_name, - organization_name=organization_name, signed=signed, missing=missing, project_version=project.get_version(),