Skip to content

Commit

Permalink
fixed update all, as it require existing args
Browse files Browse the repository at this point in the history
  • Loading branch information
maksii committed Jun 9, 2024
1 parent d893899 commit 8cdaf24
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/services.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,8 @@ def update_all_releases_logic():
# Process to update all releases
try:
config = initiate_config()
requestData = RequestData()
config.args = requestData
operation_result = update_releases(config)
output = serialize_operation_result(operation_result)

Expand Down

0 comments on commit 8cdaf24

Please sign in to comment.