Skip to content

Commit

Permalink
Ngi project name is not needed during delivery
Browse files Browse the repository at this point in the history
  • Loading branch information
Aratz committed Oct 27, 2022
1 parent 50b736d commit 320bf4a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion delivery/handlers/delivery_handlers.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ def initialize(self, **kwargs):
def post(self, staging_id):
required_members = [
"delivery_project_id",
"ngi_project_name",
"auth_token",
]
request_data = self.body_as_object(required_members=required_members)
Expand Down

0 comments on commit 320bf4a

Please sign in to comment.